Spaces:
Runtime error
Runtime error
Change default tune to +2
Browse files
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="
|
243 |
-
value=
|
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(
|