Spaces:
Runtime error
Runtime error
Update run.py
Browse files
run.py
CHANGED
@@ -31,7 +31,7 @@ def show_media(url, media_type):
|
|
31 |
|
32 |
with gr.Blocks() as demo:
|
33 |
gr.Markdown(f"<h1><center> Media Downloader")
|
34 |
-
|
35 |
url = gr.Textbox(label="YouTube URL")
|
36 |
media_type = gr.Radio(label="Media Type", choices=["audio", "video"])
|
37 |
download_button = gr.Button("Download")
|
|
|
31 |
|
32 |
with gr.Blocks() as demo:
|
33 |
gr.Markdown(f"<h1><center> Media Downloader")
|
34 |
+
gr.Markdown("please `❤` this spaces 🤗 if helpfull")
|
35 |
url = gr.Textbox(label="YouTube URL")
|
36 |
media_type = gr.Radio(label="Media Type", choices=["audio", "video"])
|
37 |
download_button = gr.Button("Download")
|