Hev832 commited on
Commit
26027a0
1 Parent(s): ca146d7

Update run.py

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