alberto
commited on
Commit
·
90d6bcc
1
Parent(s):
fe3c2bb
fix import
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import requests
|
|
| 4 |
import inspect
|
| 5 |
import pandas as pd
|
| 6 |
from smolagents import VisitWebpageTool, DuckDuckGoSearchTool, PythonInterpreterTool, FinalAnswerTool, TransformersModel, InferenceClientModel
|
|
|
|
| 7 |
from tools import VisitWikiPageTool, SpeechToTextTool
|
| 8 |
from utils import QuestionLoader
|
| 9 |
|
|
|
|
| 4 |
import inspect
|
| 5 |
import pandas as pd
|
| 6 |
from smolagents import VisitWebpageTool, DuckDuckGoSearchTool, PythonInterpreterTool, FinalAnswerTool, TransformersModel, InferenceClientModel
|
| 7 |
+
from smolagents.agents import CodeAgent
|
| 8 |
from tools import VisitWikiPageTool, SpeechToTextTool
|
| 9 |
from utils import QuestionLoader
|
| 10 |
|