Update app.py
Browse files
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
|
| 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(
|