mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-19 18:41:52 +00:00
Add new defaults for infer-web.py & adjust english translation (#584)
* Adjust defaults of index and volume scale * Adjust eng translation for index and volume envelope
This commit is contained in:
@@ -1372,7 +1372,7 @@ with gr.Blocks() as app:
|
||||
minimum=0,
|
||||
maximum=1,
|
||||
label=i18n("检索特征占比"),
|
||||
value=0.88,
|
||||
value=0.75,
|
||||
interactive=True,
|
||||
)
|
||||
with gr.Column():
|
||||
@@ -1388,7 +1388,7 @@ with gr.Blocks() as app:
|
||||
minimum=0,
|
||||
maximum=1,
|
||||
label=i18n("输入源音量包络替换输出音量包络融合比例,越靠近1越使用输出包络"),
|
||||
value=1,
|
||||
value=0.25,
|
||||
interactive=True,
|
||||
)
|
||||
protect0 = gr.Slider(
|
||||
|
||||
Reference in New Issue
Block a user