Spaces:
Runtime error
Runtime error
Next
commited on
Commit
•
bd4c1f6
1
Parent(s):
8991da7
Update app.py
Browse files
app.py
CHANGED
@@ -348,7 +348,7 @@ with gr.Blocks(theme=applio) as demo:
|
|
348 |
inputs=[audio_input],
|
349 |
outputs=[output1, output2]
|
350 |
)
|
351 |
-
gr.Markdown("Download YouTube audio for separation")
|
352 |
url = gr.Textbox(label="URL to YouTube")
|
353 |
download = gr.Button("Download")
|
354 |
download.click(
|
|
|
348 |
inputs=[audio_input],
|
349 |
outputs=[output1, output2]
|
350 |
)
|
351 |
+
gr.Markdown("Download YouTube audio for separation")
|
352 |
url = gr.Textbox(label="URL to YouTube")
|
353 |
download = gr.Button("Download")
|
354 |
download.click(
|