Spaces:
Runtime error
Runtime error
Update run.py
Browse files
run.py
CHANGED
@@ -38,7 +38,7 @@ app = gr.Interface(
|
|
38 |
gr.Dropdown(value="wav", label="Format")
|
39 |
],
|
40 |
outputs=None,
|
41 |
-
description="<div style='font-size:30px; text-align:center;'>YouTube Audio
|
42 |
)
|
43 |
|
44 |
app.launch(debug=True, share=True)
|
|
|
38 |
gr.Dropdown(value="wav", label="Format")
|
39 |
],
|
40 |
outputs=None,
|
41 |
+
description="<div style='font-size:30px; text-align:center;'>YouTube Audio downloader</div>"
|
42 |
)
|
43 |
|
44 |
app.launch(debug=True, share=True)
|