tagny commited on
Commit
29f5640
·
verified ·
1 Parent(s): 5917458

try to reinitialize the conversition for each new session

Browse files
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 random
21
  from typing import Optional
22
 
23
  from smolagents.agent_types import AgentAudio, AgentImage, AgentText, handle_agent_output_types