keynes42 commited on
Commit
17bbe28
·
verified ·
1 Parent(s): 318ec80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ subprocess.run(["playwright", "install"], check=True)
25
  # (Keep Constants as is)
26
  # --- Constants ---
27
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
28
- GAIA_DATASET_URL_1 = "https://huggingface.co/datasets/gaia-benchmark/GAIA/tree/main/2023/validation"
29
- GAIA_DATASET_URL_2 = "https://huggingface.co/datasets/gaia-benchmark/GAIA/tree/main/2023/test"
30
  MODEL_ID = "Qwen/Qwen3-32B"
31
  # MODEL_ID = "Qwen/Qwen2.5-Coder-32B-Instruct"
32
 
 
25
  # (Keep Constants as is)
26
  # --- Constants ---
27
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
28
+ GAIA_DATASET_URL_1 = "https://huggingface.co/datasets/gaia-benchmark/GAIA/blob/main/2023/validation"
29
+ GAIA_DATASET_URL_2 = "https://huggingface.co/datasets/gaia-benchmark/GAIA/blob/main/2023/test"
30
  MODEL_ID = "Qwen/Qwen3-32B"
31
  # MODEL_ID = "Qwen/Qwen2.5-Coder-32B-Instruct"
32