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