Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink")
|
|
38 |
with gr.Row(variant='panel'):
|
39 |
input_api_key = gr.Textbox(
|
40 |
type='password',
|
41 |
-
label='
|
42 |
placeholder='Enter your API key',
|
43 |
elem_id="input_api_key"
|
44 |
)
|
|
|
38 |
with gr.Row(variant='panel'):
|
39 |
input_api_key = gr.Textbox(
|
40 |
type='password',
|
41 |
+
label='ElevenLabs API Key',
|
42 |
placeholder='Enter your API key',
|
43 |
elem_id="input_api_key"
|
44 |
)
|