Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
torchaudio
|
2 |
-
Transformers
|
3 |
Pytorch
|
4 |
-
Tokenizers
|
5 |
-
pyctcdecode
|
6 |
-
kenlm
|
|
|
1 |
torchaudio
|
2 |
+
Transformers>=4.16.2
|
3 |
Pytorch
|
4 |
+
Tokenizers>=0.11.0
|
5 |
+
pyctcdecode>=0.3.0
|
6 |
+
https://github.com/kpu/kenlm/archive/master.zip
|