Spaces:
Running
Running
littlebird13
commited on
Commit
·
ab2b69f
1
Parent(s):
33e5476
Update app.py
Browse files
app.py
CHANGED
@@ -95,4 +95,4 @@ with gr.Blocks() as demo:
|
|
95 |
inputs=[system_input],
|
96 |
outputs=[system_state, system_input, chatbot])
|
97 |
|
98 |
-
demo.queue(api_open=False).launch(height=800, share=False)
|
|
|
95 |
inputs=[system_input],
|
96 |
outputs=[system_state, system_input, chatbot])
|
97 |
|
98 |
+
demo.queue(api_open=False).launch(max_threads=10,height=800, share=False)
|