FD900 commited on
Commit
b751ef3
·
verified ·
1 Parent(s): f960c92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",