httpdaniel commited on
Commit
1012200
·
1 Parent(s): 87d87dd

Adding note

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -79,7 +79,9 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
79
  gr.Markdown(
80
  "<H3>Provide a link to a YouTube video and get a transcription and summary</H3>"
81
  )
82
- # gr.Markdown("<H6>Due to YouTube </H6>")
 
 
83
 
84
  with gr.Row():
85
  with gr.Column(scale=1):
 
79
  gr.Markdown(
80
  "<H3>Provide a link to a YouTube video and get a transcription and summary</H3>"
81
  )
82
+ gr.Markdown(
83
+ "<H6>Update: Recently YouTube has been cracking down on requests and blacklisting known cloud providers. Unfortunately it seems that requsts to YouTube APIs from HuggingFace are currently blocked. If you would still like to try out the summariser, clone the repo and run it locally with gradio app.py</H6>"
84
+ )
85
 
86
  with gr.Row():
87
  with gr.Column(scale=1):