Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,6 @@ def predict_and_ctc_lm_decode(input_file):
|
|
31 |
gr.Interface(
|
32 |
predict_and_ctc_lm_decode,
|
33 |
inputs=[
|
34 |
-
gr.Audio(sources="microphone", type="filepath", label="Record your audio"),
|
35 |
gr.Audio(sources="upload", type="filepath"),
|
36 |
],
|
37 |
outputs=[gr.Textbox()],
|
|
|
31 |
gr.Interface(
|
32 |
predict_and_ctc_lm_decode,
|
33 |
inputs=[
|
|
|
34 |
gr.Audio(sources="upload", type="filepath"),
|
35 |
],
|
36 |
outputs=[gr.Textbox()],
|