Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
from smolagents import CodeAgent, HfApiModel,load_tool, tool, DuckDuckGoSearchTool, Tool, VisitWebpageTool
|
| 2 |
-
|
| 3 |
# from smolagents.models import InferenceAPIModel #InferenceClientModel
|
| 4 |
|
| 5 |
import requests
|
|
|
|
| 1 |
from smolagents import CodeAgent, HfApiModel,load_tool, tool, DuckDuckGoSearchTool, Tool, VisitWebpageTool
|
| 2 |
+
from smolagents import GoogleSearchTool, PythonInterpreterTool
|
| 3 |
# from smolagents.models import InferenceAPIModel #InferenceClientModel
|
| 4 |
|
| 5 |
import requests
|