Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
from smolagents import (
|
| 2 |
CodeAgent,
|
| 3 |
DuckDuckGoSearchTool,
|
| 4 |
-
InferenceClientModel,
|
| 5 |
load_tool,
|
| 6 |
tool
|
| 7 |
)
|
|
|
|
| 8 |
from tools.final_answer import FinalAnswerTool
|
| 9 |
from Gradio_UI import GradioUI
|
| 10 |
|
|
|
|
| 1 |
from smolagents import (
|
| 2 |
CodeAgent,
|
| 3 |
DuckDuckGoSearchTool,
|
|
|
|
| 4 |
load_tool,
|
| 5 |
tool
|
| 6 |
)
|
| 7 |
+
from smolagents.models import InferenceClientModel
|
| 8 |
from tools.final_answer import FinalAnswerTool
|
| 9 |
from Gradio_UI import GradioUI
|
| 10 |
|