kevinwang676 commited on
Commit
fa8642d
·
verified ·
1 Parent(s): 2a560bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -930,7 +930,7 @@ def main(port, host, share, api, root_path, inbrowser):
930
  app.queue(api_open=api).launch(
931
  server_name=host,
932
  server_port=port,
933
- share=share,
934
  show_api=api,
935
  root_path=root_path,
936
  inbrowser=inbrowser,
 
930
  app.queue(api_open=api).launch(
931
  server_name=host,
932
  server_port=port,
933
+ share=True,
934
  show_api=api,
935
  root_path=root_path,
936
  inbrowser=inbrowser,