rutsam commited on
Commit
3a3c183
1 Parent(s): 0201c5e

update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -36,9 +36,6 @@ gradio_ui = gr.Interface(
36
  fn=transcribe,
37
  title="Kinyarwanda Speech Recognition",
38
  description="Upload an audio clip or record from browser using microphone, and let AI do the hard work of transcribing.",
39
- article = """
40
- This demo showcases the pretrained model from deepspeech.
41
- """,
42
  inputs=[gr.inputs.Audio(label="Upload Audio File", type="file", optional=True), gr.inputs.Audio(source="microphone", type="file", optional=True, label="Record from microphone")],
43
  outputs=[gr.outputs.Textbox(label="Recognized speech")]
44
  )
 
36
  fn=transcribe,
37
  title="Kinyarwanda Speech Recognition",
38
  description="Upload an audio clip or record from browser using microphone, and let AI do the hard work of transcribing.",
 
 
 
39
  inputs=[gr.inputs.Audio(label="Upload Audio File", type="file", optional=True), gr.inputs.Audio(source="microphone", type="file", optional=True, label="Record from microphone")],
40
  outputs=[gr.outputs.Textbox(label="Recognized speech")]
41
  )