ziqiangao commited on
Commit
bfac17b
·
verified ·
1 Parent(s): a561342

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -359,7 +359,7 @@ with gr.Blocks() as demo:
359
  vidheight_slider = gr.Slider(label="Output Video Height", minimum=100, maximum=2000, value=720, step=2)
360
 
361
  with gr.Accordion(label="Advanced Options", open=False):
362
- oscres_slider = gr.Slider(label="Number of Visualization Segments", minimum=256, maximum=2048, step=2, value=512)
363
  gr.Markdown('If uploading LRC, ensure a blank timed line at the end to avoid conversion errors')
364
  lyrics_file = gr.File(label="(Optional) Upload Lyrics as LRC or SRT", file_count='single', file_types=['lrc', 'srt'])
365
 
 
359
  vidheight_slider = gr.Slider(label="Output Video Height", minimum=100, maximum=2000, value=720, step=2)
360
 
361
  with gr.Accordion(label="Advanced Options", open=False):
362
+ oscres_slider = gr.Slider(label="Number of Visualization Segments", minimum=256, maximum=2048, step=2, value=1024)
363
  gr.Markdown('If uploading LRC, ensure a blank timed line at the end to avoid conversion errors')
364
  lyrics_file = gr.File(label="(Optional) Upload Lyrics as LRC or SRT", file_count='single', file_types=['lrc', 'srt'])
365