Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
58 |
|
59 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
60 |
try:
|
61 |
-
agent =
|
62 |
except Exception as e:
|
63 |
print(f"Error instantiating agent: {e}")
|
64 |
return f"Error initializing agent: {e}", None
|
|
|
58 |
|
59 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
60 |
try:
|
61 |
+
agent = SmartDuckDuckGoAgent()
|
62 |
except Exception as e:
|
63 |
print(f"Error instantiating agent: {e}")
|
64 |
return f"Error initializing agent: {e}", None
|