Spaces:
Running
Running
Luong Huu Thanh
commited on
Commit
·
25d6f5a
1
Parent(s):
aa96af7
Update app.py
Browse files
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(10)
|
98 |
|
99 |
try:
|
100 |
submitted_answer = agent(question_text)
|
|
|
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)
|