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