S0h9l commited on
Commit
ddfb052
·
1 Parent(s): 20664c4

Update app.py

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