magic-animate
magic-animate copied to clipboard
How to launch the Gradio Demo accessible from internet?
My GPU is on the cloud server without browser. How to launch the Gradio Demo accessible from internet? currently the command “python3 -m demo.gradio_animate” start a server only accessible from localhost.
I change the last line of "demo/gradio_animate.py" to demo.launch(server_name='0.0.0.0') and work.
I think it will be better to define a arg to the command "demo.gradio_animate" and allow user to transfer a server name.