Spaces:
Sleeping
Sleeping
Update run.py
Browse files
run.py
CHANGED
@@ -30,7 +30,7 @@ def show_media(url, media_type):
|
|
30 |
return file_path, None
|
31 |
|
32 |
with gr.Blocks() as demo:
|
33 |
-
gr.Markdown("
|
34 |
|
35 |
url = gr.Textbox(label="YouTube URL")
|
36 |
media_type = gr.Radio(label="Media Type", choices=["audio", "video"])
|
|
|
30 |
return file_path, None
|
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"])
|