Update app.py
This commit is contained in:
parent
c2df483f62
commit
a45995e48b
2
app.py
2
app.py
|
@ -214,6 +214,6 @@ demo.title = "Baize"
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
reload_javascript()
|
reload_javascript()
|
||||||
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
|
demo.queue(concurrency_count=1).launch(
|
||||||
share=False, favicon_path="./assets/favicon.ico", inbrowser=True
|
share=False, favicon_path="./assets/favicon.ico", inbrowser=True
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue