Spaces:
Runtime error
Runtime error
Update youtube_downloader/app.py
Browse files
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=
|
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:
|