litagin commited on
Commit
6b97355
1 Parent(s): c04c46a

Change default tune to +2

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -239,8 +239,8 @@ with app:
239
  with gr.Column():
240
  model_name = gr.Dropdown(label="Model", choices=models, value=models[0])
241
  f0_key_up = gr.Number(
242
- label="Transpose (the best value depends on the models and speakers)",
243
- value=1,
244
  )
245
  with gr.Column():
246
  f0_method = gr.Radio(
 
239
  with gr.Column():
240
  model_name = gr.Dropdown(label="Model", choices=models, value=models[0])
241
  f0_key_up = gr.Number(
242
+ label="Tune (+12 = 1 octave up from edge-tts, the best value depends on the models and speakers)",
243
+ value=2,
244
  )
245
  with gr.Column():
246
  f0_method = gr.Radio(