mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-04-05 04:08:58 +08:00
Replace file import with drag&drop
This commit is contained in:
parent
d6de82afef
commit
35768c3c5c
11
infer-web.py
11
infer-web.py
@ -524,12 +524,11 @@ with gr.Blocks(title="RVC WebUI") as app:
|
|||||||
),
|
),
|
||||||
placeholder="C:\\Users\\Desktop\\audio_example.wav",
|
placeholder="C:\\Users\\Desktop\\audio_example.wav",
|
||||||
)
|
)
|
||||||
file_index1 = gr.Textbox(
|
file_index1 = gr.File(
|
||||||
label=i18n(
|
label=i18n("特征检索库文件路径,为空则使用下拉的选择结果"),
|
||||||
"特征检索库文件路径,为空则使用下拉的选择结果"
|
file_count="single",
|
||||||
),
|
file_types=[".index"],
|
||||||
placeholder="C:\\Users\\Desktop\\model_example.index",
|
interactive=True
|
||||||
interactive=True,
|
|
||||||
)
|
)
|
||||||
file_index2 = gr.Dropdown(
|
file_index2 = gr.Dropdown(
|
||||||
label=i18n("自动检测index路径,下拉式选择(dropdown)"),
|
label=i18n("自动检测index路径,下拉式选择(dropdown)"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user