Commit
·
92e886f
1
Parent(s):
959cf33
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def get_summary(article):
|
|
31 |
return b
|
32 |
|
33 |
with gr.Blocks() as demo:
|
34 |
-
gr.Markdown("<h1><center>Free YouTube URL Video to Text using OpenAI's Whisper Model</center></h1>")
|
35 |
gr.Markdown("<center>Enter the link of any YouTube video to generate a text transcript of the video and then create a summary of the video transcript.</center>")
|
36 |
gr.Markdown("<center>Generating the transcript takes 5-10 seconds per minute of the video. #patience</center>")
|
37 |
|
|
|
31 |
return b
|
32 |
|
33 |
with gr.Blocks() as demo:
|
34 |
+
gr.Markdown("<h1><center>Free Fast YouTube URL Video to Text using OpenAI's Whisper Model</center></h1>")
|
35 |
gr.Markdown("<center>Enter the link of any YouTube video to generate a text transcript of the video and then create a summary of the video transcript.</center>")
|
36 |
gr.Markdown("<center>Generating the transcript takes 5-10 seconds per minute of the video. #patience</center>")
|
37 |
|