project-baize commited on
Commit
996b567
·
1 Parent(s): b2a10c8

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True, favicon_path="./assets/favicon.ico", inbrowser=True
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
  )