Spaces:
Runtime error
Runtime error
Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
|
@@ -22,7 +22,7 @@ from typing import Optional
|
|
| 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 |
-
import smolagents.MemoryStep
|
| 26 |
from smolagents.utils import _is_package_available
|
| 27 |
|
| 28 |
|
|
|
|
| 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 |
+
import smolagents.memory.MemoryStep
|
| 26 |
from smolagents.utils import _is_package_available
|
| 27 |
|
| 28 |
|