Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from smolagents import (
|
|
| 5 |
CodeAgent,
|
| 6 |
InferenceClientModel,
|
| 7 |
DuckDuckGoSearchTool,
|
| 8 |
-
|
| 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 |
|