Spaces:
Runtime error
Runtime error
OlivierDehaene
commited on
Commit
•
e4cda74
1
Parent(s):
b604dd0
increase concurrency
Browse files
app.py
CHANGED
@@ -196,4 +196,4 @@ with gr.Blocks(
|
|
196 |
inputs.submit(reset_textbox, [], [inputs])
|
197 |
|
198 |
gr.Markdown(description)
|
199 |
-
demo.queue().launch(debug=True)
|
|
|
196 |
inputs.submit(reset_textbox, [], [inputs])
|
197 |
|
198 |
gr.Markdown(description)
|
199 |
+
demo.queue(concurrency_count=16).launch(debug=True)
|