Spaces:
Sleeping
Sleeping
Commit
·
e2e9b72
1
Parent(s):
9312595
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def process_file(file):
|
|
46 |
return summary, transcription
|
47 |
|
48 |
with gr.Blocks() as demo:
|
49 |
-
gr.Markdown("<h1><center>Youtube
|
50 |
gr.Markdown("<center>Enter the link of any youtube video or upload an MP4 file to get the transcription and a summary in text form.</center>")
|
51 |
|
52 |
with gr.Tab('Youtube Video'):
|
|
|
46 |
return summary, transcription
|
47 |
|
48 |
with gr.Blocks() as demo:
|
49 |
+
gr.Markdown("<h1><center>Youtube and Video File Upload with Whisper Transciption and Summary</center></h1>")
|
50 |
gr.Markdown("<center>Enter the link of any youtube video or upload an MP4 file to get the transcription and a summary in text form.</center>")
|
51 |
|
52 |
with gr.Tab('Youtube Video'):
|