Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,7 @@ from smolagents import (
|
|
39 |
Model,
|
40 |
load_tool,
|
41 |
Tool,
|
|
|
42 |
)
|
43 |
from smolagents.agent_types import AgentText, AgentImage, AgentAudio
|
44 |
from smolagents.gradio_ui import pull_messages_from_step, handle_agent_output_types
|
|
|
39 |
Model,
|
40 |
load_tool,
|
41 |
Tool,
|
42 |
+
tool,
|
43 |
)
|
44 |
from smolagents.agent_types import AgentText, AgentImage, AgentAudio
|
45 |
from smolagents.gradio_ui import pull_messages_from_step, handle_agent_output_types
|