Nymbo commited on
Commit
6e141eb
1 Parent(s): c88cf23

Update youtube_downloader/app.py

Browse files
Files changed (1) hide show
  1. youtube_downloader/app.py +1 -1
youtube_downloader/app.py CHANGED
@@ -7,7 +7,7 @@ video_choices = ["best", "1080", "720", "360"]
7
 
8
 
9
  print("Setting up Gradio interface...")
10
- with gr.Blocks(theme=gr.themes.Soft(), title=" youtube downloader") as demo:
11
  with gr.Tabs():
12
  with gr.TabItem("youtube downloader"):
13
  with tempfile.TemporaryDirectory() as tmpdirname:
 
7
 
8
 
9
  print("Setting up Gradio interface...")
10
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme", title=" youtube downloader") as demo:
11
  with gr.Tabs():
12
  with gr.TabItem("youtube downloader"):
13
  with tempfile.TemporaryDirectory() as tmpdirname: