Set default transpose to 0

This commit is contained in:
litagin
2023-07-18 21:06:54 +09:00
parent 59b32c33d1
commit f0568fb528
2 changed files with 3 additions and 1 deletions

2
app.py
View File

@@ -237,7 +237,7 @@ with app:
model_name = gr.Dropdown(label="Model", choices=models, value=models[0])
f0_key_up = gr.Number(
label="Transpose (the best value depends on the models and speakers)",
value=1,
value=0,
)
with gr.Column():
f0_method = gr.Radio(