The original script defined local url: demo.launch(server_name="0.0.0.0", server_port=80)
but I could not open it, I tried to modify the url to demo.launch(server_name="http://127.0.0.1", server_port=7860) which works on stable diffusion on my machine,
then I get the [error 11001] getaddrinfo failed

Please advise, help me😅