Spaces:
Runtime error
Runtime error
jaekookang
commited on
Commit
•
a7d3f45
1
Parent(s):
4db4dc7
updated examples nested list
Browse files
gradio_asr_en_libri100_word_vs_bpe.py
CHANGED
@@ -25,6 +25,7 @@ MODEL_DIR = './model'
|
|
25 |
|
26 |
EXAMPLE_DIR = './examples'
|
27 |
examples = sorted(glob(os.path.join(EXAMPLE_DIR, '*.wav')))
|
|
|
28 |
|
29 |
d = Differ()
|
30 |
|
|
|
25 |
|
26 |
EXAMPLE_DIR = './examples'
|
27 |
examples = sorted(glob(os.path.join(EXAMPLE_DIR, '*.wav')))
|
28 |
+
examples = [[example] for example in examples]
|
29 |
|
30 |
d = Differ()
|
31 |
|