You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In UVR5-UI\env\Lib\site-packages\gradio_i18n\i18n.py (line 380) add errors="replace" Like this: with open(translation, "r", encoding="utf-8", errors="replace") as f: # Force utf-8 encoding
Remove the Turkish translation in UVR5-UI/assets/languages/translation.yaml remove from line 779 where it starts with tr: until the start of the Hindi translation. Also in UVR5-UI/app.py on line 600 remove "tr"
The error is in the Turkish translation, but I have not been able to reproduce the error on my end.
In UVR5-UI\env\Lib\site-packages\gradio_i18n\i18n.py (line 380) add errors="replace" Like this: with open(translation, "r", encoding="utf-8", errors="replace") as f: # Force utf-8 encoding
Remove the Turkish translation in UVR5-UI/assets/languages/translation.yaml remove from line 779 where it starts with tr: until the start of the Hindi translation. Also in UVR5-UI/app.py on line 600 remove "tr"
The error is in the Turkish translation, but I have not been able to reproduce the error on my end.
Not OP but just chiming in to say that #1 didn't work for me personally while #2 did turned out to do the trick. So, thanks for providing these solutions, man! 😄
No description provided.
The text was updated successfully, but these errors were encountered: