1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-07 10:10:23 +08:00

Japanese translation added and corrected. (#317)

* Update infer-web.py

* Update ja_JP.json
This commit is contained in:
Rilm2525
2023-05-20 19:46:39 +09:00
committed by GitHub
parent 563bf7af6d
commit 3f17356c11
2 changed files with 10 additions and 10 deletions

View File

@@ -1770,7 +1770,7 @@ with gr.Blocks() as app:
with open("docs/faq.md", "r", encoding="utf8") as f:
info = f.read()
else:
with open("docs/faq_en.md", "r") as f:
with open("docs/faq_en.md", "r", encoding="utf8") as f:
info = f.read()
gr.Markdown(value=info)
except: