DTStudios commited on
Commit
0f992dd
·
verified ·
1 Parent(s): d829467

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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