rutsam commited on
Commit
1416675
1 Parent(s): 2f5a8a0

fix typo in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ gradio_ui = gr.Interface(
57
  """,
58
  inputs=[gr.inputs.Audio(source="microphone", type="file", optional=False, label="Record from microphone")],
59
  outputs=[gr.outputs.Textbox(label="Recognized speech from speechbrain model"),
60
- gr.outputs.Textbox(label="Recognized speech from coqui STT model")
61
  gr.outputs.Textbox(label="Recognized speech from NVIDIA Conformer transduver large model")]
62
  # examples = [["sample_1.wav"],["sample_2.wav"]]
63
  )
 
57
  """,
58
  inputs=[gr.inputs.Audio(source="microphone", type="file", optional=False, label="Record from microphone")],
59
  outputs=[gr.outputs.Textbox(label="Recognized speech from speechbrain model"),
60
+ gr.outputs.Textbox(label="Recognized speech from coqui STT model"),
61
  gr.outputs.Textbox(label="Recognized speech from NVIDIA Conformer transduver large model")]
62
  # examples = [["sample_1.wav"],["sample_2.wav"]]
63
  )