Spaces:
Runtime error
Runtime error
anuragshas
commited on
Commit
Β·
7ef1377
1
Parent(s):
eb0cc11
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def predict_and_ctc_lm_decode(input_file):
|
|
29 |
|
30 |
|
31 |
gr.Interface(
|
32 |
-
|
33 |
inputs=[
|
34 |
gr.inputs.Audio(source="upload", type="filepath", label="Record your audio")
|
35 |
],
|
|
|
29 |
|
30 |
|
31 |
gr.Interface(
|
32 |
+
predict_and_ctc_lm_decode,
|
33 |
inputs=[
|
34 |
gr.inputs.Audio(source="upload", type="filepath", label="Record your audio")
|
35 |
],
|