chaojiemao commited on
Commit
c7b412c
1 Parent(s): b198a0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1050,7 +1050,7 @@ class ChatBotUI(object):
1050
  img.convert('RGB').save(save_path)
1051
 
1052
  return self.get_history(history), gr.update(value=''), gr.update(
1053
- visible=False), gr.Image(value=save_path), gr.update(value=-1)
1054
 
1055
  with self.eg:
1056
  self.example_task = gr.Text(label='Task Name',
 
1050
  img.convert('RGB').save(save_path)
1051
 
1052
  return self.get_history(history), gr.update(value=''), gr.update(
1053
+ visible=False), gr.update(value=save_path), gr.update(value=-1)
1054
 
1055
  with self.eg:
1056
  self.example_task = gr.Text(label='Task Name',