Luong Huu Thanh commited on
Commit
74d5468
·
unverified ·
1 Parent(s): c183021

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,7 +94,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
94
  print(f"Skipping item with missing task_id or question: {item}")
95
  continue
96
 
97
- time.sleep(5)
98
 
99
  try:
100
  submitted_answer = agent(question_text)
@@ -208,4 +208,4 @@ if __name__ == "__main__":
208
  print("-"*(60 + len(" App Starting ")) + "\n")
209
 
210
  print("Launching Gradio Interface for Basic Agent Evaluation...")
211
- demo.launch(debug=True, share=False)
 
94
  print(f"Skipping item with missing task_id or question: {item}")
95
  continue
96
 
97
+ time.sleep(10)
98
 
99
  try:
100
  submitted_answer = agent(question_text)
 
208
  print("-"*(60 + len(" App Starting ")) + "\n")
209
 
210
  print("Launching Gradio Interface for Basic Agent Evaluation...")
211
+ demo.launch(debug=True, share=False)