SayanoAI / RVC-Studio

The best looking and most functional webui for RVC related tasks. See website for UI demo:
https://rvc-studio.streamlit.app/
MIT License
189 stars 36 forks source link

NameError: name "urllib" is not defined #14

Closed AlexeyArtemev closed 1 year ago

AlexeyArtemev commented 1 year ago

file webui/components.py, line 168: with urllib.request.urlopen(url) as response:

the problem is that no import for urllib was declared in the file. please provide a hotfix

SayanoAI commented 1 year ago

should be fixed now in one of the latest commits