Spaces:
Running
Running
Update app.py
Browse files
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
|
236 |
-
gr.Number(label="End Time (seconds)",
|
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=[
|