Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -860,7 +860,7 @@ class ChatBotUI(object):
|
|
860 |
)
|
861 |
|
862 |
img = imgs[0]
|
863 |
-
img.save(save_path, format='
|
864 |
|
865 |
if history_io:
|
866 |
history_io_new = copy.deepcopy(history_io)
|
|
|
860 |
)
|
861 |
|
862 |
img = imgs[0]
|
863 |
+
img.save(save_path, format='JPEG')
|
864 |
|
865 |
if history_io:
|
866 |
history_io_new = copy.deepcopy(history_io)
|