Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,10 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 47 |
#*
|
| 48 |
|
| 49 |
try:
|
| 50 |
-
|
|
|
|
|
|
|
|
|
|
| 51 |
except Exception as e:
|
| 52 |
print(f"Error instantiating agent: {e}")
|
| 53 |
return f"Error initializing agent: {e}", None
|
|
|
|
| 47 |
#*
|
| 48 |
|
| 49 |
try:
|
| 50 |
+
# agent = BasicAgent()
|
| 51 |
+
#*
|
| 52 |
+
agent = newAgent()
|
| 53 |
+
#*
|
| 54 |
except Exception as e:
|
| 55 |
print(f"Error instantiating agent: {e}")
|
| 56 |
return f"Error initializing agent: {e}", None
|