Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 75 |
|
| 76 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
| 77 |
try:
|
| 78 |
-
agent =
|
| 79 |
except Exception as e:
|
| 80 |
print(f"Error instantiating agent: {e}")
|
| 81 |
return f"Error initializing agent: {e}", None
|
|
|
|
| 75 |
|
| 76 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
| 77 |
try:
|
| 78 |
+
agent = Agent()
|
| 79 |
except Exception as e:
|
| 80 |
print(f"Error instantiating agent: {e}")
|
| 81 |
return f"Error initializing agent: {e}", None
|