Upload app.py

This commit is contained in:
Baize 2023-04-01 10:54:40 +00:00 committed by huggingface-web
parent b2a10c8aef
commit 996b5676a5
1 changed files with 1 additions and 1 deletions

2
app.py
View File

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