From 2a8236f330d896f7d43ea8ad0168fa69398eac8b Mon Sep 17 00:00:00 2001 From: Baize Date: Mon, 3 Apr 2023 14:43:12 +0000 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index d46de08..83dd896 100644 --- a/app.py +++ b/app.py @@ -224,7 +224,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo: demo.title = "Baize" demo.queue( - concurrency_count=1, + concurrency_count=4, max_size=100, ).launch( max_threads=5,