Nymbo commited on
Commit
b65b420
1 Parent(s): 7008bd8

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -2
run.py CHANGED
@@ -29,9 +29,8 @@ def show_media(url, media_type):
29
  else:
30
  return file_path, None
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")
 
29
  else:
30
  return file_path, None
31
 
32
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
33
  gr.Markdown(f"<h1><center> Media Downloader")
 
34
  url = gr.Textbox(label="YouTube URL")
35
  media_type = gr.Radio(label="Media Type", choices=["audio", "video"])
36
  download_button = gr.Button("Download")