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:
kalomaze
2023-06-20 02:17:32 -05:00
committed by GitHub
parent cdbb76cb6f
commit 195a14e5c5
2 changed files with 5 additions and 5 deletions

View File

@@ -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(