Spaces:
Runtime error
Runtime error
Update run.py
Browse files
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.
|
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 |
|