lmzjms commited on
Commit
6422465
·
1 Parent(s): 5316053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",