Update app.py
Browse files
app.py
CHANGED
@@ -370,9 +370,9 @@ with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") a
|
|
370 |
with gr.Tab("Audio only download"):
|
371 |
gr.Markdown("If you want to download only the audio (to isolate bgm using UVR, etc), use this method, which will only extract audio and not split the audio.")
|
372 |
gr.Markdown("## Currently broken. Use Stacher in the meantime.")
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
# yt_video = gr.Textbox(label="URL")
|
377 |
# audio_output_format = gr.Radio(["wav", "mp3"], value="wav", label="Download audio as:")
|
378 |
# commence_download = gr.Button("Download", variant='primary')
|
|
|
370 |
with gr.Tab("Audio only download"):
|
371 |
gr.Markdown("If you want to download only the audio (to isolate bgm using UVR, etc), use this method, which will only extract audio and not split the audio.")
|
372 |
gr.Markdown("## Currently broken. Use Stacher in the meantime.")
|
373 |
+
#with gr.Row():
|
374 |
+
# with gr.Column():
|
375 |
+
# with gr.Row():
|
376 |
# yt_video = gr.Textbox(label="URL")
|
377 |
# audio_output_format = gr.Radio(["wav", "mp3"], value="wav", label="Download audio as:")
|
378 |
# commence_download = gr.Button("Download", variant='primary')
|