Edenbaba commited on
Commit
07079ff
·
verified ·
1 Parent(s): aa2b023

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,5 +1,5 @@
1
- from smolagents import CodeAgent, HfApiModel,load_tool, tool, Tool, VisitWebpageTool
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
- # from tools.visit_webpage import VisitWebpageTool
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