Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def transcribe(api,audio,language):
|
|
57 |
|
58 |
gr.Interface(
|
59 |
title = 'Coherent Speech',
|
60 |
-
description = 'Enter the API key, then start recording stop recording select language;language can also be selected after the output. Do not worry about error message',
|
61 |
fn=transcribe,
|
62 |
inputs=[
|
63 |
gr.inputs.Textbox(lines=1, label="Enter your Cohere API Key"),
|
|
|
57 |
|
58 |
gr.Interface(
|
59 |
title = 'Coherent Speech',
|
60 |
+
description = 'Enter the API key, then start recording give your input, stop recording, select language;language can also be selected after the output. Do not worry about error message in the output section',
|
61 |
fn=transcribe,
|
62 |
inputs=[
|
63 |
gr.inputs.Textbox(lines=1, label="Enter your Cohere API Key"),
|