pierreguillou commited on
Commit
fac19be
1 Parent(s): e85efee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -55,6 +55,8 @@ iface = gr.Interface(fn=download_audio,
55
  gr.File(label="Output Audio File"),
56
  gr.Audio(label="Play Audio", show_download_button=False, format="mp3"),
57
  ],
58
- allow_flagging="never"
 
 
59
  )
60
  iface.launch(debug=True)
 
55
  gr.File(label="Output Audio File"),
56
  gr.Audio(label="Play Audio", show_download_button=False, format="mp3"),
57
  ],
58
+ allow_flagging="never",
59
+ title="YouTube Video to Audio (mp3)",
60
+ description="Just paste any YouTube video url and get its corresponding audio file in mp3.",
61
  )
62
  iface.launch(debug=True)