jdesiree commited on
Commit
704a319
·
verified ·
1 Parent(s): 82ec104

Update gradio_chatbot.py

Browse files
Files changed (1) hide show
  1. gradio_chatbot.py +0 -1
gradio_chatbot.py CHANGED
@@ -117,7 +117,6 @@ with gr.Blocks() as demo:
117
 
118
  send.click(
119
  add_user_message,
120
- queue=True,
121
  inputs=[msg, chatbot, conversation_state],
122
  outputs=[msg, chatbot, conversation_state],
123
  show_progress="hidden",
 
117
 
118
  send.click(
119
  add_user_message,
 
120
  inputs=[msg, chatbot, conversation_state],
121
  outputs=[msg, chatbot, conversation_state],
122
  show_progress="hidden",