mkdem commited on
Commit
ce43522
·
verified ·
1 Parent(s): e8eb8fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
86
  answers_payload = []
87
  print(f"Running agent on {len(questions_data)} questions...")
88
  for item in questions_data:
89
- time.sleep(65)
90
  task_id = item.get("task_id")
91
  question_text = item.get("question")
92
  if not task_id or question_text is None:
 
86
  answers_payload = []
87
  print(f"Running agent on {len(questions_data)} questions...")
88
  for item in questions_data:
89
+ time.sleep(15)
90
  task_id = item.get("task_id")
91
  question_text = item.get("question")
92
  if not task_id or question_text is None: