Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -3,4 +3,9 @@ git+https://github.com/huggingface/transformers.git
|
|
3 |
torchaudio
|
4 |
librosa
|
5 |
jiwer
|
6 |
-
transformers
|
|
|
|
|
|
|
|
|
|
|
|
3 |
torchaudio
|
4 |
librosa
|
5 |
jiwer
|
6 |
+
transformers
|
7 |
+
sox
|
8 |
+
soundfile
|
9 |
+
gradio
|
10 |
+
torch
|
11 |
+
subprocess
|