Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def create_v1_interface():
|
|
| 63 |
gr.Slider(minimum=0.0, maximum=1.0, step=0.1, value=0.7, label="Inference CFG Rate",
|
| 64 |
info="has subtle influence"),
|
| 65 |
gr.Checkbox(label="Auto F0 adjust", value=True,
|
| 66 |
-
info="Roughly adjust F0 to match target voice.
|
| 67 |
gr.Slider(label='Pitch shift', minimum=-24, maximum=24, step=1, value=0,
|
| 68 |
info="Pitch shift in semitones, only works when F0 conditioned model is used"),
|
| 69 |
]
|
|
|
|
| 63 |
gr.Slider(minimum=0.0, maximum=1.0, step=0.1, value=0.7, label="Inference CFG Rate",
|
| 64 |
info="has subtle influence"),
|
| 65 |
gr.Checkbox(label="Auto F0 adjust", value=True,
|
| 66 |
+
info="Roughly adjust F0 to match target voice."),
|
| 67 |
gr.Slider(label='Pitch shift', minimum=-24, maximum=24, step=1, value=0,
|
| 68 |
info="Pitch shift in semitones, only works when F0 conditioned model is used"),
|
| 69 |
]
|