arjunanand13 commited on
Commit
aa82c6e
·
verified ·
1 Parent(s): 1c1f5db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from txt2sql_code3 import SQLPromptModel
5
  from qa_bot_chatgpt import QAInfer
6
  from gradio import Button
7
  import time
 
8
 
9
  image = Image.open(os.path.join(os.path.abspath(''), "house_excel_sheet.png"))
10
 
 
5
  from qa_bot_chatgpt import QAInfer
6
  from gradio import Button
7
  import time
8
+ import google.generativeai as genai
9
 
10
  image = Image.open(os.path.join(os.path.abspath(''), "house_excel_sheet.png"))
11