RemVdH commited on
Commit
a9ebc1b
·
verified ·
1 Parent(s): 496661d

Update app.py

Browse files

Try to add DuckDuckGoSearchTool

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- from smolagents import CodeAgent, HfApiModel, load_tool, tool
2
  from tools.final_answer import FinalAnswerTool
3
  from typing import List
4
  from Gradio_UI import GradioUI
 
1
+ from smolagents import CodeAgent, DuckDuckGoSearchTool , HfApiModel, load_tool, tool
2
  from tools.final_answer import FinalAnswerTool
3
  from typing import List
4
  from Gradio_UI import GradioUI