Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ import yaml
|
|
| 12 |
|
| 13 |
# Import modules and classes from openai and smolagents
|
| 14 |
from smolagents import CodeAgent, HfApiModel, DuckDuckGoSearchTool, VisitWebpageTool
|
| 15 |
-
from tools import
|
| 16 |
from huggingface_hub import login
|
| 17 |
|
| 18 |
# Log in to Hugging Face with API_KEY
|
|
|
|
| 12 |
|
| 13 |
# Import modules and classes from openai and smolagents
|
| 14 |
from smolagents import CodeAgent, HfApiModel, DuckDuckGoSearchTool, VisitWebpageTool
|
| 15 |
+
from tools import FinalAnswerTool
|
| 16 |
from huggingface_hub import login
|
| 17 |
|
| 18 |
# Log in to Hugging Face with API_KEY
|