hysts HF staff commited on
Commit
0b05515
1 Parent(s): 71a369c
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -258,11 +258,11 @@ with gr.Blocks(css='style.css') as demo:
258
  queue=False,
259
  )
260
  image.change(
261
- fn=lambda: ('', '', [], []),
262
  inputs=None,
263
  outputs=[
264
- chatbot,
265
  caption_output,
 
266
  history_orig,
267
  history_qa,
268
  ],
 
258
  queue=False,
259
  )
260
  image.change(
261
+ fn=lambda: ('', [], [], []),
262
  inputs=None,
263
  outputs=[
 
264
  caption_output,
265
+ chatbot,
266
  history_orig,
267
  history_qa,
268
  ],