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