Allow merging of 32khz models

This commit is contained in:
TrashJager 2025-03-02 22:49:22 -05:00 committed by GitHub
parent 7ef1986778
commit 769058e815
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1441,7 +1441,7 @@ with gr.Blocks(title="RVC WebUI") as app:
with gr.Row():
sr_ = gr.Radio(
label=i18n("目标采样率"),
choices=["40k", "48k"],
choices=["32k", "40k", "48k"],
value="40k",
interactive=True,
)