RemVdH commited on
Commit
e75da35
·
verified ·
1 Parent(s): 260f66a

Update Gradio_UI.py

Browse files

Test if this could make a diverence, I do not why this code does not find agent_types

Files changed (1) hide show
  1. 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