Navonil Majumder commited on
Commit
054eb24
·
1 Parent(s): d2cd103

Updated the duration widget settings

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks() as demo:
41
  with gr.Column():
42
  gr.Markdown("### Inputs")
43
  lyrics_file = gr.File(label="Lyrics File (.json)", type="filepath")
44
- duration_slider = gr.Slider(minimum=5, maximum=180, value=30, step=1, label="Duration (seconds)")
45
 
46
  with gr.Tab("Style from Audio"):
47
  reference_audio = gr.File(label="Reference Audio (.mp3, .wav)", type="filepath")
 
41
  with gr.Column():
42
  gr.Markdown("### Inputs")
43
  lyrics_file = gr.File(label="Lyrics File (.json)", type="filepath")
44
+ duration_slider = gr.Slider(minimum=5, maximum=230, value=120, step=30, label="Duration (seconds)")
45
 
46
  with gr.Tab("Style from Audio"):
47
  reference_audio = gr.File(label="Reference Audio (.mp3, .wav)", type="filepath")