Spaces:
Sleeping
Sleeping
Commit
·
0b5c318
1
Parent(s):
e631f2d
Update app.py
Browse files
app.py
CHANGED
@@ -46,8 +46,10 @@ def process_file(file):
|
|
46 |
return summary, transcription
|
47 |
|
48 |
with gr.Blocks() as demo:
|
49 |
-
gr.
|
50 |
-
gr.HTML("<p>Note to Users
|
|
|
|
|
51 |
|
52 |
with gr.Tab('Youtube Video'):
|
53 |
with gr.Row():
|
|
|
46 |
return summary, transcription
|
47 |
|
48 |
with gr.Blocks() as demo:
|
49 |
+
gr.HTML("<h1><center>Youtube and Video File Upload with Whisper Transcription and Summary</center></h1>")
|
50 |
+
gr.HTML("<p>Note to Users:<br>Enter the link of any youtube video or upload an MP4 file to get the transcription and a summary in text form. Note: I'm using a git trick in the requirements file to run this without an openai API Key, if you want a little more speed and want to use an openai API Key check out the code base at <a href="https://huggingface.co/spaces/eaglelandsonce/ChatGPT_Enhanced" target="_blank">Chat Toolkit</a>, if you want to interact live with folks online check out my Meetup at <a href="https://www.meetup.com/florence-aws-user-group-meetup/" target="_blank">AWS Cloud Meetup</a>.</p>
|
51 |
+
</p>
|
52 |
+
")
|
53 |
|
54 |
with gr.Tab('Youtube Video'):
|
55 |
with gr.Row():
|