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

fix(i18n): missing translations

This commit is contained in:
源文雨
2024-06-11 16:06:08 +09:00
parent 2f2fae3698
commit 4c4492a40e
4 changed files with 7 additions and 7 deletions

2
web.py
View File

@@ -1463,7 +1463,7 @@ with gr.Blocks(title="RVC WebUI") as app:
with gr.Group():
gr.Markdown(
value=i18n(
"### 模型比较\n> 模型ID(长)请于下方`查看模型信息`中获得\n\n可用于比较两模型推理相似度"
"### Model comparison\n> You can get model ID (long) from `View model information` below.\n\nCalculate a similarity between two models."
)
)
with gr.Row():