Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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>")
|