Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -506,7 +506,7 @@ with gr.Blocks() as basic_tts:
|
|
506 |
autoplay = gr.Checkbox(value=True, label='Autoplay')
|
507 |
autoplay.change(toggle_autoplay, inputs=[autoplay], outputs=[audio])
|
508 |
speed = gr.Slider(minimum=0.5, maximum=2, value=1, step=0.1, label='⚡️ Speed', info='Adjust the speaking speed')
|
509 |
-
trim = gr.Slider(minimum=0, maximum=1, value=0.5, step=0.1, label='✂️ Trim', info='How much to cut from both ends')
|
510 |
with gr.Accordion('Output Tokens', open=True):
|
511 |
out_ps = gr.Textbox(interactive=False, show_label=False, info='Tokens used to generate the audio, up to 510 allowed. Same as input tokens if supplied, excluding unknowns.')
|
512 |
with gr.Accordion('Voice Mixer', open=False):
|
|
|
506 |
autoplay = gr.Checkbox(value=True, label='Autoplay')
|
507 |
autoplay.change(toggle_autoplay, inputs=[autoplay], outputs=[audio])
|
508 |
speed = gr.Slider(minimum=0.5, maximum=2, value=1, step=0.1, label='⚡️ Speed', info='Adjust the speaking speed')
|
509 |
+
trim = gr.Slider(minimum=0, maximum=1, value=0.5, step=0.1, label='✂️ Trim', info='How much to cut from both ends of each segment')
|
510 |
with gr.Accordion('Output Tokens', open=True):
|
511 |
out_ps = gr.Textbox(interactive=False, show_label=False, info='Tokens used to generate the audio, up to 510 allowed. Same as input tokens if supplied, excluding unknowns.')
|
512 |
with gr.Accordion('Voice Mixer', open=False):
|