Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool
|
| 2 |
-
from smolagents.
|
| 3 |
from Gradio_UI import GradioUI
|
| 4 |
|
| 5 |
import datetime
|
|
|
|
| 1 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool
|
| 2 |
+
from smolagents.default_tools import FinalAnswerTool
|
| 3 |
from Gradio_UI import GradioUI
|
| 4 |
|
| 5 |
import datetime
|