Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
| 68 |
tool=[
|
| 69 |
DuckDuckGoSearchTool,
|
| 70 |
get_current_time_in_timezone,
|
| 71 |
-
FinalAnswerTool()
|
| 72 |
load_tool("agents-course/text-to-image", trust_remote_code=True),
|
| 73 |
]
|
| 74 |
|
|
|
|
| 68 |
tool=[
|
| 69 |
DuckDuckGoSearchTool,
|
| 70 |
get_current_time_in_timezone,
|
| 71 |
+
FinalAnswerTool(),
|
| 72 |
load_tool("agents-course/text-to-image", trust_remote_code=True),
|
| 73 |
]
|
| 74 |
|