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