Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def run_and_submit_all():
|
|
| 27 |
"task_id": task.get("question_id", "unknown"),
|
| 28 |
"submitted_answer": f"ERROR: {str(e)}"
|
| 29 |
})
|
| 30 |
-
|
| 31 |
# Submit results to GAIA benchmark API
|
| 32 |
res = requests.post(
|
| 33 |
"https://agents-course-unit4-scoring.hf.space/submit",
|
|
|
|
| 27 |
"task_id": task.get("question_id", "unknown"),
|
| 28 |
"submitted_answer": f"ERROR: {str(e)}"
|
| 29 |
})
|
| 30 |
+
print("Total answers generated:", len(answers)) #temp
|
| 31 |
# Submit results to GAIA benchmark API
|
| 32 |
res = requests.post(
|
| 33 |
"https://agents-course-unit4-scoring.hf.space/submit",
|