Beurk911 commited on
Commit
c91945a
·
verified ·
1 Parent(s): 6f8fd46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ agent = CodeAgent(
60
  tools=[
61
  final_answer,
62
  DuckDuckGo_SearchTool,
63
- # Get_time,
64
  ],## add your tools here (don't remove final answer)
65
  max_steps=6,
66
  verbosity_level=1,
 
60
  tools=[
61
  final_answer,
62
  DuckDuckGo_SearchTool,
63
+ image_generation_tool,
64
  ],## add your tools here (don't remove final answer)
65
  max_steps=6,
66
  verbosity_level=1,