mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-08 20:10:44 +08:00
feat(web): support uploading file in model info
This commit is contained in:
@@ -1536,8 +1536,8 @@ with gr.Blocks(title="RVC WebUI") as app:
|
||||
)
|
||||
with gr.Row():
|
||||
with gr.Column():
|
||||
ckpt_path1 = gr.Textbox(
|
||||
label=i18n("模型路径"), value="", interactive=True
|
||||
ckpt_path1 = gr.File(
|
||||
label=i18n("模型路径")
|
||||
)
|
||||
but8 = gr.Button(i18n("查看"), variant="primary")
|
||||
with gr.Column():
|
||||
|
||||
Reference in New Issue
Block a user