Spaces:
Runtime error
Runtime error
Update Gradio_UI.py
Browse files- Gradio_UI.py +2 -1
Gradio_UI.py
CHANGED
@@ -19,7 +19,8 @@ import re
|
|
19 |
import shutil
|
20 |
from typing import Optional
|
21 |
|
22 |
-
from smolagents import AgentAudio, AgentImage, AgentText
|
|
|
23 |
from smolagents.agents import ActionStep, MultiStepAgent
|
24 |
from smolagents.memory import MemoryStep
|
25 |
from smolagents.utils import _is_package_available
|
|
|
19 |
import shutil
|
20 |
from typing import Optional
|
21 |
|
22 |
+
from smolagents import AgentAudio, AgentImage, AgentText
|
23 |
+
from smolagents.gradio_ui import handle_agent_output_types
|
24 |
from smolagents.agents import ActionStep, MultiStepAgent
|
25 |
from smolagents.memory import MemoryStep
|
26 |
from smolagents.utils import _is_package_available
|