williamyang1991 / Rerender_A_Video

[SIGGRAPH Asia 2023] Rerender A Video: Zero-Shot Text-Guided Video-to-Video Translation
https://www.mmlab-ntu.com/project/rerender/
Other
2.96k stars 202 forks source link

Please change gradio server_name in the webUI from localhost to 127.0.01 #98

Open ashleykleynhans opened 1 year ago

ashleykleynhans commented 1 year ago

Line 970 of webUI.py sets server_name to localhost.

This prevents the webUI from starting with the following error:

ERROR:    [Errno 99] error while attempting to bind on address ('::1', 8888, 0, 0): cannot assign requested address
ERROR:    [Errno 99] error while attempting to bind on address ('::1', 8889, 0, 0): cannot assign requested address
ERROR:    [Errno 99] error while attempting to bind on address ('::1', 8890, 0, 0): cannot assign requested address

Please could you change the server_name from localhost to 127.0.0.1, as it solves the problem?

angusev commented 9 months ago

This happened to me as well, and it helped. Thank you