Dongxu Li commited on
Commit
69c8294
1 Parent(s): 8b8ef98

disable queueing for image change event.

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -264,7 +264,8 @@ with gr.Blocks(
264
  image_input.change(
265
  lambda: ("", "", []),
266
  [],
267
- [chatbot, caption_output, state]
 
268
  )
269
 
270
  examples = gr.Examples(
 
264
  image_input.change(
265
  lambda: ("", "", []),
266
  [],
267
+ [chatbot, caption_output, state],
268
+ queue=False,
269
  )
270
 
271
  examples = gr.Examples(