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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -57,6 +57,7 @@ def transcribe(api,audio,language):
57
 
58
  gr.Interface(
59
  title = 'Coherent Speech',
 
60
  fn=transcribe,
61
  inputs=[
62
  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 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"),