chaojiemao commited on
Commit
1197f6a
·
verified ·
1 Parent(s): d5ec541

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -860,7 +860,7 @@ class ChatBotUI(object):
860
  )
861
 
862
  img = imgs[0]
863
- img.save(save_path, format='PNG')
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)