mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-04-05 04:08:58 +08:00
Merge 769058e8157d0b10002957332e87a680bd2595f0 into 7ef19867780cf703841ebafb565a4e47d1ea86ff
This commit is contained in:
commit
afa374d56e
@ -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