mirror of
https://github.com/jasonppy/VoiceCraft.git
synced 2025-12-16 11:57:44 +01:00
change the gradio_app.py to run on all interfaces
This commit is contained in:
@@ -610,4 +610,4 @@ if __name__ == "__main__":
|
|||||||
MODELS_PATH = args.models_path
|
MODELS_PATH = args.models_path
|
||||||
|
|
||||||
app = get_app()
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user