Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,6 @@ agent = CodeAgent(
|
|
| 57 |
model=model,
|
| 58 |
tools=[
|
| 59 |
final_answer,
|
| 60 |
-
DuckDuckGoSearchTool,
|
| 61 |
image_generation_tool,
|
| 62 |
get_current_time_in_timezone
|
| 63 |
], ## add your tools here (don't remove final answer)
|
|
|
|
| 57 |
model=model,
|
| 58 |
tools=[
|
| 59 |
final_answer,
|
|
|
|
| 60 |
image_generation_tool,
|
| 61 |
get_current_time_in_timezone
|
| 62 |
], ## add your tools here (don't remove final answer)
|