Spaces:
Runtime error
Runtime error
Riko arudianshā
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -80,7 +80,7 @@ def raise_exception(error_msg, is_webui):
|
|
80 |
|
81 |
|
82 |
|
83 |
-
with gr.Blocks(theme=gr.themes.Soft
|
84 |
gr.HTML("<h1> youtube downloader </h1>")
|
85 |
|
86 |
show_yt_link_button = gr.Button('Paste YouTube link/Path to local file instead')
|
|
|
80 |
|
81 |
|
82 |
|
83 |
+
with gr.Blocks(theme=gr.themes.Soft) as app:
|
84 |
gr.HTML("<h1> youtube downloader </h1>")
|
85 |
|
86 |
show_yt_link_button = gr.Button('Paste YouTube link/Path to local file instead')
|