Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
librosa
|
2 |
-
torch
|
3 |
-
pyctcdecode
|
4 |
-
git+https://github.com/kpu/kenlm.git
|
5 |
-
transformers
|
|
|
|
|
|
1 |
librosa
|
2 |
+
#torch
|
3 |
+
#pyctcdecode
|
4 |
+
#git+https://github.com/kpu/kenlm.git
|
5 |
+
transformers
|
6 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
7 |
+
torch
|