Spaces:
Runtime error
Runtime error
Update gradio_asr_en_libri100_word_vs_bpe.py
Browse fileschange "microphone" to "upload"
gradio_asr_en_libri100_word_vs_bpe.py
CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
|
|
73 |
title='Comparison between word vs BPE tokens based on ESPNet2 ASR models',
|
74 |
description='Two models were trained on Librispeech (clean-100h)',
|
75 |
inputs=[
|
76 |
-
gr.inputs.Audio(label='wav file', source='
|
77 |
],
|
78 |
outputs=[
|
79 |
gr.outputs.Textbox(label='Decoding result (BPE 기반 model)'),
|
|
|
73 |
title='Comparison between word vs BPE tokens based on ESPNet2 ASR models',
|
74 |
description='Two models were trained on Librispeech (clean-100h)',
|
75 |
inputs=[
|
76 |
+
gr.inputs.Audio(label='wav file', source='upload', type='filepath')
|
77 |
],
|
78 |
outputs=[
|
79 |
gr.outputs.Textbox(label='Decoding result (BPE 기반 model)'),
|