Update app.py
Browse filesTry to add DuckDuckGoSearchTool
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
|