Princecodeit commited on
Commit
6b4099c
·
verified ·
1 Parent(s): 1fb8cac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with open("prompts.yaml", 'r') as stream:
93
 
94
  agent = CodeAgent(
95
  model=model,
96
- tools=[final_answer, count_text_stats], # <-- ADDED count_text_stats HERE!
97
  max_steps=6,
98
  verbosity_level=1,
99
  grammar=None,
 
93
 
94
  agent = CodeAgent(
95
  model=model,
96
+ tools=[final_answer, count_text_stats, image_generation_tool], # <-- ADDED count_text_stats HERE!
97
  max_steps=6,
98
  verbosity_level=1,
99
  grammar=None,