Redmind commited on
Commit
cf7134b
·
verified ·
1 Parent(s): 2dcee2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -516,7 +516,7 @@ def answer_question(user_question, chatbot, audio=None):
516
  if "invalid" not in response_text.lower():
517
  break
518
  iterations += 1
519
- print(response)
520
  print(response_text)
521
  if iterations == max_iterations:
522
  return "The agent could not generate a valid response within the iteration limit."
 
516
  if "invalid" not in response_text.lower():
517
  break
518
  iterations += 1
519
+ print(os.getenv("IMAGE_PATH"))
520
  print(response_text)
521
  if iterations == max_iterations:
522
  return "The agent could not generate a valid response within the iteration limit."