Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
55 |
submit_url = f"{api_url}/submit"
|
56 |
|
57 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
58 |
-
|
59 |
agent = GAIAAgent()
|
60 |
except Exception as e:
|
61 |
return f"Error initializing agent: {e}", None
|
|
|
55 |
submit_url = f"{api_url}/submit"
|
56 |
|
57 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
58 |
+
try:
|
59 |
agent = GAIAAgent()
|
60 |
except Exception as e:
|
61 |
return f"Error initializing agent: {e}", None
|