Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -66,4 +66,4 @@ class GaiaAgent:
|
|
| 66 |
|
| 67 |
def run(self):
|
| 68 |
print("🚀 [RUN] Starting submission...")
|
| 69 |
-
return run_and_submit_all(self
|
|
|
|
| 66 |
|
| 67 |
def run(self):
|
| 68 |
print("🚀 [RUN] Starting submission...")
|
| 69 |
+
return run_and_submit_all(self)
|