Spaces:
Runtime error
Runtime error
jaekookang
commited on
Commit
·
4bd7210
1
Parent(s):
836ff83
added ffprobe; changed examples code
Browse files- gradio_asr_en_libri100_word_vs_bpe.py +1 -1
- packages.txt +2 -1
gradio_asr_en_libri100_word_vs_bpe.py
CHANGED
@@ -26,7 +26,7 @@ MODEL_DIR = './model'
|
|
26 |
|
27 |
EXAMPLE_DIR = './examples'
|
28 |
examples = sorted(glob(os.path.join(EXAMPLE_DIR, '*.wav')))
|
29 |
-
examples = [[example] for example in examples]
|
30 |
|
31 |
d = Differ()
|
32 |
|
|
|
26 |
|
27 |
EXAMPLE_DIR = './examples'
|
28 |
examples = sorted(glob(os.path.join(EXAMPLE_DIR, '*.wav')))
|
29 |
+
# examples = [[example] for example in examples]
|
30 |
|
31 |
d = Differ()
|
32 |
|
packages.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
cmake
|
2 |
-
libsndfile1
|
|
|
|
1 |
cmake
|
2 |
+
libsndfile1
|
3 |
+
ffprobe
|