Update app.py

This commit is contained in:
Baize 2023-04-04 06:51:31 +00:00 committed by huggingface-web
parent 2bbb35a0d8
commit 1fe527fc1d
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -223,4 +223,4 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
#) #)
demo.title = "Baize" demo.title = "Baize"
demo.queue(concurrency_count=2).launch() demo.queue(concurrency_count=1).launch()