Spaces:
Sleeping
Sleeping
Update gradio_chatbot.py
Browse files- 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",
|