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

chore(i18n): tidy text

This commit is contained in:
源文雨
2024-06-02 23:43:30 +09:00
parent 768770d5c3
commit b54e56dab9
12 changed files with 65 additions and 65 deletions

View File

@@ -369,7 +369,7 @@ if __name__ == "__main__":
),
],
[
sg.Text(i18n("Index Rate")),
sg.Text(i18n("检索特征占比")),
sg.Slider(
range=(0.0, 1.0),
key="index_rate",