Skip to content

Commit

Permalink
Update infer-web.py
Browse files Browse the repository at this point in the history
Set 32k as default Target Sample Rate.
  • Loading branch information
nyxieluna authored Feb 6, 2024
1 parent 46733a3 commit 54b2619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infer-web.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ def change_f0_method(f0method8):
sr2 = gr.Radio(
label=i18n("Target Sample Rate:"),
choices=["40k", "48k", "32k"],
value="40k",
value="32k",
interactive=True,
)
if_f0_3 = gr.Radio(
Expand Down

0 comments on commit 54b2619

Please sign in to comment.