Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from audio_transcriber import AudioTranscriptionTool
|
|
9 |
from image_analyzer import ImageAnalysisTool
|
10 |
from wikipedia_searcher import WikipediaSearcher
|
11 |
|
12 |
-
DEFAULT_API_URL = "https://
|
13 |
|
14 |
class GaiaAgent:
|
15 |
def __init__(self):
|
|
|
9 |
from image_analyzer import ImageAnalysisTool
|
10 |
from wikipedia_searcher import WikipediaSearcher
|
11 |
|
12 |
+
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
13 |
|
14 |
class GaiaAgent:
|
15 |
def __init__(self):
|