Spaces:
Running
Running
alfredplpl
commited on
Commit
•
b99b79c
1
Parent(s):
a4088ab
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,8 @@ from io import BytesIO
|
|
6 |
import base64
|
7 |
import uuid
|
8 |
|
|
|
|
|
9 |
def respond(message, chat_history):
|
10 |
try:
|
11 |
history_send=[(m,b) for m,b in chat_history if m is not None]
|
|
|
6 |
import base64
|
7 |
import uuid
|
8 |
|
9 |
+
os.mkdir("/tmp/gradio")
|
10 |
+
|
11 |
def respond(message, chat_history):
|
12 |
try:
|
13 |
history_send=[(m,b) for m,b in chat_history if m is not None]
|