Commit
·
8553442
1
Parent(s):
dcd462d
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ with gr.Blocks() as demo:
|
|
34 |
gr.Markdown("<h1><center>Free Fast YouTube URL Video-to-Text using <a href=https://openai.com/blog/whisper/ target=_blank>OpenAI's Whisper</a> 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><b>'Whisper is a neural net that approaches human level robustness and accuracy on English speech recognition.'</b></center>")
|
37 |
-
gr.Markdown("<center>Transcription takes 5-10 seconds per minute of the video (bad audio/hard accents slow it down a bit). #patience</center>")
|
38 |
|
39 |
input_text_url = gr.Textbox(placeholder='Youtube video URL', label='URL')
|
40 |
result_button_transcribe = gr.Button('1. Transcribe')
|
|
|
34 |
gr.Markdown("<h1><center>Free Fast YouTube URL Video-to-Text using <a href=https://openai.com/blog/whisper/ target=_blank>OpenAI's Whisper</a> 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><b>'Whisper is a neural net that approaches human level robustness and accuracy on English speech recognition.'</b></center>")
|
37 |
+
gr.Markdown("<center>Transcription takes 5-10 seconds per minute of the video (bad audio/hard accents slow it down a bit). #patience<br />If you have time while waiting, check out my <a href=https://www.artificial-intelligence.blog target=_blank>AI blog</a> (opens in new tab).</center>")
|
38 |
|
39 |
input_text_url = gr.Textbox(placeholder='Youtube video URL', label='URL')
|
40 |
result_button_transcribe = gr.Button('1. Transcribe')
|