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