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

chore(format): run black on dev (#36)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-11 16:32:14 +09:00
committed by GitHub
parent 534128992f
commit e81b7c52c0

8
web.py
View File

@@ -1140,9 +1140,7 @@ with gr.Blocks(title="RVC WebUI") as app:
), ),
) )
with gr.Column(): with gr.Column():
model_choose = gr.Dropdown( model_choose = gr.Dropdown(label=i18n("Model"), choices=uvr5_names)
label=i18n("Model"), choices=uvr5_names
)
agg = gr.Slider( agg = gr.Slider(
minimum=0, minimum=0,
maximum=20, maximum=20,
@@ -1567,9 +1565,7 @@ with gr.Blocks(title="RVC WebUI") as app:
interactive=True, interactive=True,
) )
name_to_save1 = gr.Textbox( name_to_save1 = gr.Textbox(
label=i18n( label=i18n("Save file name (default: same as the source file)"),
"Save file name (default: same as the source file)"
),
value="", value="",
max_lines=1, max_lines=1,
interactive=True, interactive=True,