fffiloni commited on
Commit
afe8ed6
·
verified ·
1 Parent(s): 6ffa9fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ with gr.Blocks(css=css) as demo:
263
  )
264
  choose_this_btn = gr.Button("Use this one", scale=1, visible=False)
265
  with gr.Row():
266
- volume_reduction = gr.Slider(label="Volume reduction", minimum=0, maximum=12, step=1, value=12)
267
  cut_start = gr.Slider(label="Cut start", minimum=0.0, maximum=4.0, step=0.1, value=2.0)
268
  combined_output = gr.Audio("Combined Output", type="filepath", visible=False)
269
  apply_to_video_btn = gr.Button("Apply to video", visible=False)
 
263
  )
264
  choose_this_btn = gr.Button("Use this one", scale=1, visible=False)
265
  with gr.Row():
266
+ volume_reduction = gr.Slider(label="Volume reduction", minimum=0, maximum=60, step=1, value=30)
267
  cut_start = gr.Slider(label="Cut start", minimum=0.0, maximum=4.0, step=0.1, value=2.0)
268
  combined_output = gr.Audio("Combined Output", type="filepath", visible=False)
269
  apply_to_video_btn = gr.Button("Apply to video", visible=False)