dalinstone commited on
Commit
447a550
·
verified ·
1 Parent(s): ff7fdbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -363,7 +363,7 @@ with gr.Blocks(title="Transcript Enhancer") as demo:
363
  placeholder="Enter your Google API Key here",
364
  type="password",
365
  lines=1,
366
- info="Your key is used for transcript enhancement and content generation.",
367
  scale=1
368
  )
369
  assemblyai_api_key_input = gr.Textbox(
 
363
  placeholder="Enter your Google API Key here",
364
  type="password",
365
  lines=1,
366
+ info="Your GCP account needs to have billing enabled to use the 2.5 pro model.",
367
  scale=1
368
  )
369
  assemblyai_api_key_input = gr.Textbox(