rajesh1729
commited on
Commit
•
d20343a
1
Parent(s):
783515f
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def get_summary(url):
|
|
27 |
with gr.Blocks() as demo:
|
28 |
gr.Markdown("<h1><center>Youtube video transcription with OpenAI's Whisper</center></h1>")
|
29 |
gr.Markdown("<center>Enter the link of any youtube video to get the transcription of the video and a summary of the video in the form of text.</center>")
|
30 |
-
gr.Markdown("
|
31 |
with gr.Tab('Get the transcription of any Youtube video'):
|
32 |
with gr.Row():
|
33 |
input_text_1 = gr.Textbox(placeholder='Enter the Youtube video URL', label='URL')
|
|
|
27 |
with gr.Blocks() as demo:
|
28 |
gr.Markdown("<h1><center>Youtube video transcription with OpenAI's Whisper</center></h1>")
|
29 |
gr.Markdown("<center>Enter the link of any youtube video to get the transcription of the video and a summary of the video in the form of text.</center>")
|
30 |
+
gr.Markdown("Update: This app is using the pytubefix library to fetch audio of the youtube URL. Currently YouTube is blocking the requests. So you will see the app showing error. Check this app on [Colab Notebook](https://colab.research.google.com/drive/1CTRog4BQJqeY8_-5sxAYzmc0c9z4xV6z?usp=sharing).")
|
31 |
with gr.Tab('Get the transcription of any Youtube video'):
|
32 |
with gr.Row():
|
33 |
input_text_1 = gr.Textbox(placeholder='Enter the Youtube video URL', label='URL')
|