BlueGod01 commited on
Commit
c5afee0
·
verified ·
1 Parent(s): b7837ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,7 +5,7 @@ from smolagents import (
5
  CodeAgent,
6
  InferenceClientModel,
7
  DuckDuckGoSearchTool,
8
- visit_webpage,
9
  Tool
10
  )
11
  import requests
@@ -62,7 +62,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
62
  # 4. Consolidate your toolbox array
63
  all_tools = [
64
  ddg_search,
65
- visit_webpage,
66
  image_generation_tool
67
  ]
68
 
 
5
  CodeAgent,
6
  InferenceClientModel,
7
  DuckDuckGoSearchTool,
8
+ # visit_webpage,
9
  Tool
10
  )
11
  import requests
 
62
  # 4. Consolidate your toolbox array
63
  all_tools = [
64
  ddg_search,
65
+ #visit_webpage,
66
  image_generation_tool
67
  ]
68