Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,6 @@ from smolagents import (
|
|
12 |
DuckDuckGoSearchTool,
|
13 |
FinalAnswerTool,
|
14 |
PythonInterpreterTool,
|
15 |
-
InferenceClientModel,
|
16 |
HfApiModel
|
17 |
)
|
18 |
from huggingface_hub import login, InferenceClient
|
|
|
12 |
DuckDuckGoSearchTool,
|
13 |
FinalAnswerTool,
|
14 |
PythonInterpreterTool,
|
|
|
15 |
HfApiModel
|
16 |
)
|
17 |
from huggingface_hub import login, InferenceClient
|