Hev832 commited on
Commit
25b6050
1 Parent(s): bb19dbb

Update run.py

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