Spaces:
Running
Running
Aumkeshchy2003
commited on
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.23.5
|
2 |
+
transformers
|
3 |
+
datasets
|
4 |
+
soundfile
|
5 |
+
torch
|
6 |
+
torchaudio
|
7 |
+
sentencepiece
|
8 |
+
speechbrain==0.5.16
|
9 |
+
librosa
|