1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +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():
model_choose = gr.Dropdown(
label=i18n("Model"), choices=uvr5_names
)
model_choose = gr.Dropdown(label=i18n("Model"), choices=uvr5_names)
agg = gr.Slider(
minimum=0,
maximum=20,
@@ -1567,9 +1565,7 @@ with gr.Blocks(title="RVC WebUI") as app:
interactive=True,
)
name_to_save1 = gr.Textbox(
label=i18n(
"Save file name (default: same as the source file)"
),
label=i18n("Save file name (default: same as the source file)"),
value="",
max_lines=1,
interactive=True,