NeuralFalcon commited on
Commit
852635a
·
verified ·
1 Parent(s): 86e1cdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -125,10 +125,11 @@ with gr.Blocks() as demo1:
125
  minimum=0.25, maximum=2, value=1, step=0.1,
126
  label='⚡️Speed', info='Adjust the speaking speed'
127
  )
128
- trim = gr.Slider(
129
- minimum=0, maximum=1, value=0, step=0.1,
130
- label='🔪 Trim', info='How much to cut from both ends of each segment'
131
- )
 
132
  pad_between = gr.Slider(
133
  minimum=0, maximum=2, value=0, step=0.1,
134
  label='🔇 Pad Between', info='Silent Duration between segments [For Large Text]'
 
125
  minimum=0.25, maximum=2, value=1, step=0.1,
126
  label='⚡️Speed', info='Adjust the speaking speed'
127
  )
128
+ # trim = gr.Slider(
129
+ # minimum=0, maximum=1, value=0, step=0.1,
130
+ # label='🔪 Trim', info='How much to cut from both ends of each segment'
131
+ # )
132
+ trim=0.5
133
  pad_between = gr.Slider(
134
  minimum=0, maximum=2, value=0, step=0.1,
135
  label='🔇 Pad Between', info='Silent Duration between segments [For Large Text]'