mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-04-05 04:08:58 +08:00
Allow merging of 32khz models
This commit is contained in:
parent
7ef1986778
commit
769058e815
@ -1441,7 +1441,7 @@ with gr.Blocks(title="RVC WebUI") as app:
|
|||||||
with gr.Row():
|
with gr.Row():
|
||||||
sr_ = gr.Radio(
|
sr_ = gr.Radio(
|
||||||
label=i18n("目标采样率"),
|
label=i18n("目标采样率"),
|
||||||
choices=["40k", "48k"],
|
choices=["32k", "40k", "48k"],
|
||||||
value="40k",
|
value="40k",
|
||||||
interactive=True,
|
interactive=True,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user