pierreguillou commited on
Commit
3e4b7ce
·
verified ·
1 Parent(s): 90825b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ demo = gr.Interface(
77
  title="YouTube to MP3 Converter",
78
  description="""Download the audio from a YouTube video in MP3 format.
79
 
80
- **Important note**: Due to YouTube restrictions, some videos requiring authentication cannot be downloaded in this Hugging Face Spaces environment. For full functionality, run this application locally or in Google Colab.""",
81
  examples=[["https://www.youtube.com/watch?v=jNQXAC9IVRw"]] # First YouTube video (Me at the zoo)
82
  )
83
 
 
77
  title="YouTube to MP3 Converter",
78
  description="""Download the audio from a YouTube video in MP3 format.
79
 
80
+ **Important note**: Due to YouTube restrictions, some videos requiring authentication cannot be downloaded in this Hugging Face Spaces environment. For full functionality, run this application locally or in [Google Colab](https://github.com/piegu/language-models/blob/master/youtube_video_to_audio.ipynb).""",
81
  examples=[["https://www.youtube.com/watch?v=jNQXAC9IVRw"]] # First YouTube video (Me at the zoo)
82
  )
83