Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def process_file(file):
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.Warning("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/.")
51
 
52
  with gr.Tab('Youtube Video'):
53
  with gr.Row():
 
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.Textbox("Enter the link of any youtube video or upload an MP4 file to get the transcription and a summary in text form. 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/.", Label="Note to User")
51
 
52
  with gr.Tab('Youtube Video'):
53
  with gr.Row():