trhacknon commited on
Commit
805fe71
1 Parent(s): 189f068

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def get_summary(article):
42
  return b
43
 
44
  with gr.Blocks() as demo:
45
- gr.Markdown("<h1><center>Free Fast YouTube URL Video-to-Text by <font color="red">TRHACKNON</font> using <a href=https://openai.com/blog/whisper/ target=_blank>OpenAI's Whisper</a> Model</center></h1>")
46
  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>")
47
  gr.Markdown("<center>Enter the link of any YouTube video to generate a text transcript of the video.</center>")
48
  gr.Markdown("<center><b>'Whisper is a neural net that approaches human level robustness and accuracy on English speech recognition.'</b></center>")
 
42
  return b
43
 
44
  with gr.Blocks() as demo:
45
+ gr.Markdown("<h1><center>Free Fast YouTube URL Video-to-Text by <font color='red'>TRHACKNON</font> using <a href=https://openai.com/blog/whisper/ target=_blank>OpenAI's Whisper</a> Model</center></h1>")
46
  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>")
47
  gr.Markdown("<center>Enter the link of any YouTube video to generate a text transcript of the video.</center>")
48
  gr.Markdown("<center><b>'Whisper is a neural net that approaches human level robustness and accuracy on English speech recognition.'</b></center>")