mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-05 01:10:22 +08:00
optimize(i18n): too long translation
This commit is contained in:
4
web.py
4
web.py
@@ -911,7 +911,7 @@ with gr.Blocks(title="RVC WebUI") as app:
|
||||
minimum=0,
|
||||
maximum=1,
|
||||
label=i18n(
|
||||
"Search feature ratio (controls accent strength, too high has artifacting)"
|
||||
"Feature searching ratio"
|
||||
),
|
||||
value=0.75,
|
||||
interactive=True,
|
||||
@@ -1068,7 +1068,7 @@ with gr.Blocks(title="RVC WebUI") as app:
|
||||
minimum=0,
|
||||
maximum=1,
|
||||
label=i18n(
|
||||
"Search feature ratio (controls accent strength, too high has artifacting)"
|
||||
"Feature searching ratio"
|
||||
),
|
||||
value=1,
|
||||
interactive=True,
|
||||
|
||||
Reference in New Issue
Block a user