Spaces:
Running
Running
pierreguillou
commited on
Commit
•
ca28bde
1
Parent(s):
77f0587
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def download_audio(url):
|
|
16 |
|
17 |
iface = gr.Interface(fn=download_audio,
|
18 |
inputs=gr.Textbox(label="YouTube Video URL"),
|
19 |
-
outputs=gr.Audio(label="Output Audio", type="filepath"),
|
20 |
allow_flagging="never"
|
21 |
)
|
22 |
iface.launch()
|
|
|
16 |
|
17 |
iface = gr.Interface(fn=download_audio,
|
18 |
inputs=gr.Textbox(label="YouTube Video URL"),
|
19 |
+
outputs=gr.Audio(label="Output Audio", type="filepath", format="mp3"),
|
20 |
allow_flagging="never"
|
21 |
)
|
22 |
iface.launch()
|