Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
gradio
|
2 |
-
https://github.com/kpu/kenlm/archive/master.zip
|
3 |
pyctcdecode
|
4 |
soundfile
|
5 |
torch
|
@@ -8,4 +7,6 @@ transformers
|
|
8 |
pydub
|
9 |
pyaudioconvert
|
10 |
sox
|
11 |
-
scipy
|
|
|
|
|
|
1 |
gradio
|
|
|
2 |
pyctcdecode
|
3 |
soundfile
|
4 |
torch
|
|
|
7 |
pydub
|
8 |
pyaudioconvert
|
9 |
sox
|
10 |
+
scipy
|
11 |
+
sentencepiece
|
12 |
+
tokenizers
|