SteveDigital commited on
Commit
49c02e3
·
1 Parent(s): ada6c62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def get_summary(article):
33
  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("<denter>'Whisper is a neural net that approaches human level robustness and accuracy on English speech recognition'</center>")
37
  gr.Markdown("<center>Generating the transcript takes 5-10 seconds per minute of the video (when I am using this space I boost performance for everyone). #patience</center>")
38
 
39
  input_text_url = gr.Textbox(placeholder='Youtube video URL', label='URL')
 
33
  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>'Whisper is a neural net that approaches human level robustness and accuracy on English speech recognition'</center>")
37
  gr.Markdown("<center>Generating the transcript takes 5-10 seconds per minute of the video (when I am using this space I boost performance for everyone). #patience</center>")
38
 
39
  input_text_url = gr.Textbox(placeholder='Youtube video URL', label='URL')