Vision-CAIR commited on
Commit
6a94f14
1 Parent(s): 0947807

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -651,6 +651,6 @@ with gr.Blocks() as demo:
651
  [chatbot],
652
  )
653
 
654
- clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, chat_state, img_list, path_list], queue=False)
655
 
656
  demo.launch(enable_queue=True)
 
651
  [chatbot],
652
  )
653
 
654
+ clear.click(gradio_reset, [chat_state, img_list, path_list], [chatbot, image, text_input, chat_state, img_list], queue=False)
655
 
656
  demo.launch(enable_queue=True)