Hev832 commited on
Commit
cd676e1
1 Parent(s): c9108d0

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -33,7 +33,7 @@ app = gr.Interface(
33
  gr.Textbox(label="file name", placeholder="Defaults to video title"),
34
  gr.Dropdown(value="wav", label="format")
35
  ],
36
- outputs=gr.File(label="Download the file! (MP3 files available)"),
37
  description="<div style='font-size:30px; text-align:center;'>YouTube wav downloader</div>"
38
  )
39
 
 
33
  gr.Textbox(label="file name", placeholder="Defaults to video title"),
34
  gr.Dropdown(value="wav", label="format")
35
  ],
36
+ outputs=gr.File(label="Download the file!"),
37
  description="<div style='font-size:30px; text-align:center;'>YouTube wav downloader</div>"
38
  )
39