Hev832 commited on
Commit
16e479e
1 Parent(s): 651da4d

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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")