Spaces:
Runtime error
Runtime error
Commit
·
1a7c1dd
1
Parent(s):
e29b448
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
librosa
|
| 3 |
torchaudio
|
| 4 |
transformers
|
| 5 |
-
pyctcdecode
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
soundfile
|
| 3 |
+
sox
|
| 4 |
torch
|
| 5 |
librosa
|
| 6 |
torchaudio
|
| 7 |
transformers
|
| 8 |
+
pyctcdecode
|
| 9 |
+
kenlm @ https://github.com/kpu/kenlm/archive/master.zip
|