Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import torch
|
|
13 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline, BitsAndBytesConfig
|
14 |
from smolagents import CodeAgent, VisitWebpageTool, WebSearchTool, WikipediaSearchTool, PythonInterpreterTool
|
15 |
from smolagents.models import ChatMessage
|
16 |
-
from custom_tools import WebpageStructureAnalyzerTool
|
17 |
|
18 |
subprocess.run(["playwright", "install"], check=True)
|
19 |
|
|
|
13 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline, BitsAndBytesConfig
|
14 |
from smolagents import CodeAgent, VisitWebpageTool, WebSearchTool, WikipediaSearchTool, PythonInterpreterTool
|
15 |
from smolagents.models import ChatMessage
|
16 |
+
# from custom_tools import WebpageStructureAnalyzerTool
|
17 |
|
18 |
subprocess.run(["playwright", "install"], check=True)
|
19 |
|