arjunanand13 commited on
Commit
c5772bd
·
verified ·
1 Parent(s): 4a93e67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: