eaglelandsonce commited on
Commit
0b5c318
·
1 Parent(s): e631f2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -46,8 +46,10 @@ def process_file(file):
46
  return summary, transcription
47
 
48
  with gr.Blocks() as demo:
49
- gr.Markdown("<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 wnat a little more speed and want to do it with an openai API Key check out the code base at https://huggingface.co/spaces/eaglelandsonce/ChatGPT_Enhanced, if you want to interact live with folks on line check out my Meetup at https://www.meetup.com/florence-aws-user-group-meetup/.</p>")
 
 
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():