Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -313,7 +313,7 @@ if __name__ == '__main__':
|
|
313 |
with gr.Column(scale=0.7):
|
314 |
interaction_type = gr.Radio(choices=['text', 'speech'], value='text', label='Interaction Type')
|
315 |
openai_api_key_textbox = gr.Textbox(
|
316 |
-
placeholder="Paste your OpenAI API key here to start AudioGPT(sk-...) and press Enter
|
317 |
show_label=False,
|
318 |
lines=1,
|
319 |
type="password",
|
|
|
313 |
with gr.Column(scale=0.7):
|
314 |
interaction_type = gr.Radio(choices=['text', 'speech'], value='text', label='Interaction Type')
|
315 |
openai_api_key_textbox = gr.Textbox(
|
316 |
+
placeholder="Paste your OpenAI API key here to start AudioGPT(sk-...) and press Enter ↵️",
|
317 |
show_label=False,
|
318 |
lines=1,
|
319 |
type="password",
|