Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infer-web.py
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ def change_f0_method(f0method8):
with gr.Row():
sr_ = gr.Radio(
label=i18n("目标采样率"),
choices=["40k", "48k"],
choices=["32k", "40k", "48k"],
value="40k",
interactive=True,
)
Expand Down