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:
committed by
GitHub
parent
b3215d126c
commit
ea6c846651
@@ -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="")
|
||||
|
||||
Reference in New Issue
Block a user