Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,7 @@ def qa_infer_interface(property_choice, query_question):
|
|
106 |
while retries > 0:
|
107 |
try:
|
108 |
print(property_row)
|
|
|
109 |
answer = qa_infer.qa_infer_interface_gemini(property_row, query_question)
|
110 |
return answer
|
111 |
except Exception as e:
|
|
|
106 |
while retries > 0:
|
107 |
try:
|
108 |
print(property_row)
|
109 |
+
# answer = qa_infer.qa_infer_interface(property_row, query_question) #-->chatgpt
|
110 |
answer = qa_infer.qa_infer_interface_gemini(property_row, query_question)
|
111 |
return answer
|
112 |
except Exception as e:
|