Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
from smolagents import CodeAgent, HfApiModel,load_tool, tool, Tool
|
| 2 |
-
# from smolagents import DuckDuckGoSearchTool
|
| 3 |
from smolagents import GoogleSearchTool, PythonInterpreterTool
|
| 4 |
# from smolagents.models import InferenceAPIModel #InferenceClientModel
|
| 5 |
|
|
@@ -8,7 +8,7 @@ import pytz
|
|
| 8 |
import yaml
|
| 9 |
from tools.final_answer import FinalAnswerTool
|
| 10 |
from tools.web_search import DuckDuckGoSearchTool
|
| 11 |
-
|
| 12 |
|
| 13 |
from Gradio_UI import GradioUI
|
| 14 |
|
|
|
|
| 1 |
+
from smolagents import CodeAgent, HfApiModel,load_tool, tool, Tool
|
| 2 |
+
# from smolagents import DuckDuckGoSearchTool, VisitWebpageTool
|
| 3 |
from smolagents import GoogleSearchTool, PythonInterpreterTool
|
| 4 |
# from smolagents.models import InferenceAPIModel #InferenceClientModel
|
| 5 |
|
|
|
|
| 8 |
import yaml
|
| 9 |
from tools.final_answer import FinalAnswerTool
|
| 10 |
from tools.web_search import DuckDuckGoSearchTool
|
| 11 |
+
from tools.visit_webpage import VisitWebpageTool
|
| 12 |
|
| 13 |
from Gradio_UI import GradioUI
|
| 14 |
|