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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +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(property_row, query_question)
110
  return answer
111
  except Exception as e:
112
  print(f"Error occurred while inferring QA: {e}")
 
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:
112
  print(f"Error occurred while inferring QA: {e}")