Update app.py
Browse files
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/
|
29 |
-
GAIA_DATASET_URL_2 = "https://huggingface.co/datasets/gaia-benchmark/GAIA/
|
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 |
|