Spaces:
Runtime error
Runtime error
project-baize
commited on
Commit
·
996b567
1
Parent(s):
b2a10c8
Upload app.py
Browse files
app.py
CHANGED
@@ -215,5 +215,5 @@ demo.title = "Baize"
|
|
215 |
if __name__ == "__main__":
|
216 |
reload_javascript()
|
217 |
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
|
218 |
-
share=
|
219 |
)
|
|
|
215 |
if __name__ == "__main__":
|
216 |
reload_javascript()
|
217 |
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
|
218 |
+
share=False, favicon_path="./assets/favicon.ico", inbrowser=True
|
219 |
)
|