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