Update app.py

This commit is contained in:
Baize 2023-04-03 14:43:12 +00:00 committed by huggingface-web
parent 25a1a263ff
commit 2a8236f330
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -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,