mirror of
https://github.com/jasonppy/VoiceCraft.git
synced 2025-02-17 04:00:52 +01:00
change the gradio_app.py to run on all interfaces
This commit is contained in:
parent
ddfef83331
commit
caf60a4ce7
@ -610,4 +610,4 @@ if __name__ == "__main__":
|
||||
MODELS_PATH = args.models_path
|
||||
|
||||
app = get_app()
|
||||
app.queue().launch(share=args.share, server_port=args.port)
|
||||
app.queue().launch(share=args.share, server_name="0.0.0.0", server_port=args.port)
|
||||
|
Loading…
x
Reference in New Issue
Block a user