Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
69 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
70 |
try:
|
71 |
# Set this in Space settings
|
72 |
-
agent = BasicAgent(
|
73 |
except Exception as e:
|
74 |
print(f"Error instantiating agent: {e}")
|
75 |
return f"Error initializing agent: {e}", None
|
|
|
69 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
70 |
try:
|
71 |
# Set this in Space settings
|
72 |
+
agent = BasicAgent()
|
73 |
except Exception as e:
|
74 |
print(f"Error instantiating agent: {e}")
|
75 |
return f"Error initializing agent: {e}", None
|