S0h9l commited on
Commit
3109e9d
·
1 Parent(s): 8d2c29a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ gr.Interface(
59
  title = 'Coherent Speech',
60
  fn=transcribe,
61
  inputs=[
62
- gr.inputs.text(label="Enter your cohere API key"),
63
  gr.inputs.Audio(source="microphone", type="filepath"),
64
  gr.Radio(label="Language", choices=LANGUAGES, value="en")
65
  ],
 
59
  title = 'Coherent Speech',
60
  fn=transcribe,
61
  inputs=[
62
+ gr.inputs.Textbox(lines=1, label="Enter your Cohere API Key"),
63
  gr.inputs.Audio(source="microphone", type="filepath"),
64
  gr.Radio(label="Language", choices=LANGUAGES, value="en")
65
  ],