You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gr.Slider(label='Pitch shift', minimum=-24, maximum=24, step=1, value=0, info='Pitch shift in semitones, only works when F0 conditioned model is used'),
245
245
gr.Checkbox(label="Concat Prompt", value=True,
246
246
info="Concat original speech as prompt"),
247
+
gr.Slider(minimum=30, maximum=120, value=30, step=1, label="Generated audio length, in seconds", info="Generated audio length, in seconds"),
0 commit comments