drewThomasson commited on
Commit
f2e26ef
1 Parent(s): 08813f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -684,10 +684,4 @@ if __name__ == "__main__":
684
  outputs=[progress_load,xtts_checkpoint,xtts_config,xtts_vocab,xtts_speaker,speaker_reference_audio],
685
  )
686
 
687
- demo.launch(
688
- share=False,
689
- debug=False,
690
- server_port=args.port,
691
- # inweb=True,
692
- # server_name="localhost"
693
- )
 
684
  outputs=[progress_load,xtts_checkpoint,xtts_config,xtts_vocab,xtts_speaker,speaker_reference_audio],
685
  )
686
 
687
+ demo.launch(share=True, debug=False)