Spaces:
Runtime error
Runtime error
update app.py
Browse files
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 |
)
|