Hev832 commited on
Commit
74a6084
1 Parent(s): 25c7df7

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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 Player</div>"
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)