Spaces:
Runtime error
Runtime error
Try to fix kenlm pip installation
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -32,7 +32,7 @@ jiwer==3.0.3
|
|
| 32 |
joblib==1.3.2
|
| 33 |
jsonschema==4.19.1
|
| 34 |
jsonschema-specifications==2023.7.1
|
| 35 |
-
kenlm @
|
| 36 |
lazy_loader==0.3
|
| 37 |
librosa==0.10.1
|
| 38 |
llvmlite==0.41.0
|
|
|
|
| 32 |
joblib==1.3.2
|
| 33 |
jsonschema==4.19.1
|
| 34 |
jsonschema-specifications==2023.7.1
|
| 35 |
+
kenlm @ https://github.com/kpu/kenlm/archive/master.zip
|
| 36 |
lazy_loader==0.3
|
| 37 |
librosa==0.10.1
|
| 38 |
llvmlite==0.41.0
|