Spaces:
Runtime error
Runtime error
CjangCjengh
commited on
Commit
•
22fcb20
1
Parent(s):
4b37b7e
add requirements
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Cython==0.29.21
|
2 |
+
librosa==0.8.0
|
3 |
+
matplotlib==3.3.1
|
4 |
+
numpy==1.21.6
|
5 |
+
scipy==1.5.2
|
6 |
+
tensorboard==2.3.0
|
7 |
+
torch==1.6.0
|
8 |
+
torchvision==0.7.0
|
9 |
+
indic_transliteration
|