mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-05 09:10:25 +08:00
chore(format): run black on dev (#62)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e5aa6b02a7
commit
76f08a6b21
@@ -105,9 +105,7 @@ with app:
|
||||
index_rate1 = gr.Slider(
|
||||
minimum=0,
|
||||
maximum=1,
|
||||
label=i18n(
|
||||
"Feature searching ratio"
|
||||
),
|
||||
label=i18n("Feature searching ratio"),
|
||||
value=0.88,
|
||||
interactive=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user