Spaces:
Paused
Paused
try to reinitialize the conversition for each new session
Browse files- 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
|