Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
FAQ error???
this is the error im getting
Traceback (most recent call last): File "S:\RVC-beta\infer-web.py", line 1696, in with open("docs/faq_en.md", "r")as f:info = f.read() File "encodings\cp1252.py", line 23, in decode UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 976: character maps to
the installation process: i got it from here and downloaded "RVC-beta.7z" https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main
("docs/faq_en.md", "r") -> ("docs/faq_en.md", "r",encoding="utf8")