From 1fe527fc1d8d687261df782717d16c1c9fb3a6ae Mon Sep 17 00:00:00 2001 From: Baize Date: Tue, 4 Apr 2023 06:51:31 +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 dbeb7b0..7bcf3cd 100644 --- a/app.py +++ b/app.py @@ -223,4 +223,4 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo: #) demo.title = "Baize" -demo.queue(concurrency_count=2).launch() \ No newline at end of file +demo.queue(concurrency_count=1).launch() \ No newline at end of file