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

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-04 22:46:39 +09:00
committed by GitHub
parent b3215d126c
commit ea6c846651
3 changed files with 20 additions and 6 deletions

View File

@@ -1536,9 +1536,7 @@ with gr.Blocks(title="RVC WebUI") as app:
)
with gr.Row():
with gr.Column():
ckpt_path1 = gr.File(
label=i18n("模型路径")
)
ckpt_path1 = gr.File(label=i18n("模型路径"))
but8 = gr.Button(i18n("查看"), variant="primary")
with gr.Column():
info6 = gr.Textbox(label=i18n("输出信息"), value="")