httpdaniel commited on
Commit
dc26eac
Β·
1 Parent(s): 95c39c5

Changing title

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: YouTube Transcriber & Summariser
3
  emoji: β©πŸ“„
4
  colorFrom: purple
5
  colorTo: gray
 
1
  ---
2
+ title: YouTube Summariser
3
  emoji: β©πŸ“„
4
  colorFrom: purple
5
  colorTo: gray
app.py CHANGED
@@ -75,12 +75,12 @@ def summarise_transcript(transcript_content):
75
 
76
 
77
  with gr.Blocks(theme=gr.themes.Base()) as demo:
78
- gr.Markdown("<H1>YoutTube Transcriber & Summariser</H1>")
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():
 
75
 
76
 
77
  with gr.Blocks(theme=gr.themes.Base()) as demo:
78
+ gr.Markdown("<H1>YoutTube Summariser</H1>")
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 requests 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():