Spaces:
Sleeping
Sleeping
httpdaniel
commited on
Commit
·
72c38ec
1
Parent(s):
dc26eac
updating title
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def summarise_transcript(transcript_content):
|
|
75 |
|
76 |
|
77 |
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
78 |
-
gr.Markdown("<H1>
|
79 |
gr.Markdown(
|
80 |
"<H3>Provide a link to a YouTube video and get a transcription and summary</H3>"
|
81 |
)
|
|
|
75 |
|
76 |
|
77 |
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
78 |
+
gr.Markdown("<H1>YouTube Transcriber & Summariser</H1>")
|
79 |
gr.Markdown(
|
80 |
"<H3>Provide a link to a YouTube video and get a transcription and summary</H3>"
|
81 |
)
|