Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -3,9 +3,12 @@ git+https://github.com/huggingface/transformers.git
|
|
3 |
torchaudio
|
4 |
librosa
|
5 |
jiwer
|
6 |
-
|
7 |
-
Sox
|
8 |
-
soundfile
|
9 |
gradio
|
|
|
|
|
|
|
10 |
torch
|
11 |
-
|
|
|
|
|
|
3 |
torchaudio
|
4 |
librosa
|
5 |
jiwer
|
6 |
+
subprocess
|
|
|
|
|
7 |
gradio
|
8 |
+
https://github.com/kpu/kenlm/archive/master.zip
|
9 |
+
pyctcdecode
|
10 |
+
soundfile
|
11 |
torch
|
12 |
+
transformers
|
13 |
+
sox
|
14 |
+
scipy
|