Dongxu Li commited on
Commit
77b37f7
1 Parent(s): 69c8294

disable queueing for clear event.

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -242,6 +242,7 @@ with gr.Blocks(
242
  lambda: ("", [], []),
243
  [],
244
  [chat_input, chatbot, state],
 
245
  )
246
 
247
  submit_button = gr.Button(
 
242
  lambda: ("", [], []),
243
  [],
244
  [chat_input, chatbot, state],
245
+ queue=False,
246
  )
247
 
248
  submit_button = gr.Button(