Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ gr.Interface(
|
|
59 |
title = 'Coherent Speech',
|
60 |
fn=transcribe,
|
61 |
inputs=[
|
62 |
-
gr.inputs.
|
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 |
],
|