Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from src.agent import GaiaAgent
|
|
| 9 |
# --- Constants ---
|
| 10 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 11 |
|
| 12 |
-
agent =
|
| 13 |
|
| 14 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
| 15 |
"""
|
|
|
|
| 9 |
# --- Constants ---
|
| 10 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 11 |
|
| 12 |
+
agent = BasicAgent()
|
| 13 |
|
| 14 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
| 15 |
"""
|