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