Spaces:
Sleeping
Sleeping
httpdaniel
commited on
Commit
Β·
dc26eac
1
Parent(s):
95c39c5
Changing title
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: YouTube
|
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
|
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
|
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():
|