Spaces:
Sleeping
Sleeping
eaglelandsonce
commited on
Commit
•
acf55f2
1
Parent(s):
050cdd0
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,6 @@ def process_file(file):
|
|
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 |
-
)
|
52 |
|
53 |
with gr.Tab('Youtube Video'):
|
54 |
with gr.Row():
|
|
|
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 |
|
52 |
with gr.Tab('Youtube Video'):
|
53 |
with gr.Row():
|