cstr commited on
Commit
6bd9075
·
verified ·
1 Parent(s): e8a4e52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -232,8 +232,8 @@ iface = gr.Interface(
232
  gr.Textbox(label="Audio Source (Upload, MP3 URL, or YouTube URL)"),
233
  gr.Slider(minimum=1, maximum=32, step=1, value=16, label="Batch Size"),
234
  gr.Dropdown(choices=["yt-dlp", "pytube", "youtube-dl", "yt-dlp-alt", "ffmpeg", "aria2", "wget"], label="Download Method", value="yt-dlp"),
235
- gr.Number(label="Start Time (seconds)", value=0, optional=True),
236
- gr.Number(label="End Time (seconds)", optional=True),
237
  gr.Checkbox(label="Verbose Output", value=False)
238
  ],
239
  outputs=[
 
232
  gr.Textbox(label="Audio Source (Upload, MP3 URL, or YouTube URL)"),
233
  gr.Slider(minimum=1, maximum=32, step=1, value=16, label="Batch Size"),
234
  gr.Dropdown(choices=["yt-dlp", "pytube", "youtube-dl", "yt-dlp-alt", "ffmpeg", "aria2", "wget"], label="Download Method", value="yt-dlp"),
235
+ gr.Number(label="Start Time (seconds)", value=0),
236
+ gr.Number(label="End Time (seconds)", value=0),
237
  gr.Checkbox(label="Verbose Output", value=False)
238
  ],
239
  outputs=[