Update app.py
Browse files
app.py
CHANGED
@@ -311,4 +311,5 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
311 |
""")
|
312 |
|
313 |
if __name__ == "__main__":
|
314 |
-
|
|
|
|
311 |
""")
|
312 |
|
313 |
if __name__ == "__main__":
|
314 |
+
|
315 |
+
demo.queue(concurrency_limit=3).launch()demo.queue(max_size=20, default_concurrency_limit=2).launch(max_threads=10)
|