Update app.py

This commit is contained in:
Baize 2023-04-01 12:50:24 +00:00 committed by huggingface-web
parent c2df483f62
commit a45995e48b
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -214,6 +214,6 @@ demo.title = "Baize"
if __name__ == "__main__":
reload_javascript()
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
demo.queue(concurrency_count=1).launch(
share=False, favicon_path="./assets/favicon.ico", inbrowser=True
)