Spaces:
Runtime error
Runtime error
jaekookang
commited on
Commit
•
4db4dc7
1
Parent(s):
887f6b2
aligned examples
Browse files
gradio_asr_en_libri100_word_vs_bpe.py
CHANGED
@@ -67,6 +67,7 @@ iface = gr.Interface(
|
|
67 |
# gr.outputs.Textbox(label='Comparison'),
|
68 |
],
|
69 |
examples=examples,
|
|
|
70 |
# article='<p style="text-align:center">Model URL<a target="_blank" href="https://huggingface.co/jkang/espnet2_librispeech_100_conformer">🤗</a></p>',
|
71 |
)
|
72 |
|
|
|
67 |
# gr.outputs.Textbox(label='Comparison'),
|
68 |
],
|
69 |
examples=examples,
|
70 |
+
examples_per_page=5,
|
71 |
# article='<p style="text-align:center">Model URL<a target="_blank" href="https://huggingface.co/jkang/espnet2_librispeech_100_conformer">🤗</a></p>',
|
72 |
)
|
73 |
|