Merge 769058e8157d0b10002957332e87a680bd2595f0 into 7ef19867780cf703841ebafb565a4e47d1ea86ff

This commit is contained in:
TrashJager 2025-03-03 03:58:16 +00:00 committed by GitHub
commit afa374d56e
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(): 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,
) )