OpenSound commited on
Commit
37ea0fe
·
1 Parent(s): 9bd0861

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -570,4 +570,5 @@ if __name__ == "__main__":
570
  MODELS_PATH = args.models_path
571
 
572
  app = get_app()
573
- app.queue().launch(share=args.share, server_port=args.port)
 
 
570
  MODELS_PATH = args.models_path
571
 
572
  app = get_app()
573
+ # app.queue().launch(share=args.share, server_port=args.port)
574
+ app.queue().launch(share=True, server_port=args.port)