Riko arudianshā commited on
Commit
8b8975f
1 Parent(s): 9b5f5f7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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() 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')
 
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')