cowrycode commited on
Commit
a6b96fc
·
verified ·
1 Parent(s): b23b1a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -154,7 +154,8 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
154
  print(f"Error on Task {task_id}: {e}")
155
  return answers_payload
156
 
157
- answers_payload = asyncio.run(run_all_questions(questions_data))
 
158
 
159
  #3B
160
 
 
154
  print(f"Error on Task {task_id}: {e}")
155
  return answers_payload
156
 
157
+ #answers_payload = asyncio.run(run_all_questions(questions_data))
158
+ answers_payload = run_all_questions(questions_data)
159
 
160
  #3B
161