Update Gradio_UI.py
Browse filesTest if this could make a diverence, I do not why this code does not find agent_types
- Gradio_UI.py +1 -0
Gradio_UI.py
CHANGED
|
@@ -17,6 +17,7 @@ import mimetypes
|
|
| 17 |
import os
|
| 18 |
import re
|
| 19 |
import shutil
|
|
|
|
| 20 |
from typing import Optional
|
| 21 |
|
| 22 |
from smolagents.agent_types import AgentAudio, AgentImage, AgentText, handle_agent_output_types
|
|
|
|
| 17 |
import os
|
| 18 |
import re
|
| 19 |
import shutil
|
| 20 |
+
import smolagents
|
| 21 |
from typing import Optional
|
| 22 |
|
| 23 |
from smolagents.agent_types import AgentAudio, AgentImage, AgentText, handle_agent_output_types
|