From 769058e8157d0b10002957332e87a680bd2595f0 Mon Sep 17 00:00:00 2001 From: TrashJager <106825788+TrashJager@users.noreply.github.com> Date: Sun, 2 Mar 2025 22:49:22 -0500 Subject: [PATCH] Allow merging of 32khz models --- infer-web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer-web.py b/infer-web.py index 47596d5..6c27336 100644 --- a/infer-web.py +++ b/infer-web.py @@ -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, )