Upload app.py
This commit is contained in:
parent
b2a10c8aef
commit
996b5676a5
2
app.py
2
app.py
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue