Spaces:
Sleeping
Sleeping
Update run.py
Browse files
run.py
CHANGED
@@ -30,7 +30,7 @@ app = gr.Interface(
|
|
30 |
fn=fetch,
|
31 |
inputs=[
|
32 |
gr.Textbox(label="YouTube video address", placeholder="Paste video link here..."),
|
33 |
-
gr.Textbox(label="file name", placeholder="
|
34 |
gr.Dropdown(value="wav", label="format")
|
35 |
],
|
36 |
outputs=gr.File(label="Download the file! (MP3 files available)"),
|
|
|
30 |
fn=fetch,
|
31 |
inputs=[
|
32 |
gr.Textbox(label="YouTube video address", placeholder="Paste video link here..."),
|
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)"),
|