Spaces:
Running
Running
Commit
•
a7f7322
1
Parent(s):
933696f
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks() as demo:
|
|
115 |
|
116 |
webrtc.on_additional_outputs(add_text,
|
117 |
inputs=[chatbot], outputs=chatbot,
|
118 |
-
queue=
|
119 |
show_progress="hidden")
|
120 |
|
121 |
demo.launch()
|
|
|
115 |
|
116 |
webrtc.on_additional_outputs(add_text,
|
117 |
inputs=[chatbot], outputs=chatbot,
|
118 |
+
queue=False,
|
119 |
show_progress="hidden")
|
120 |
|
121 |
demo.launch()
|