Spaces:
Runtime error
Runtime error
prismosoft
commited on
Commit
·
7219cf4
1
Parent(s):
80050fa
Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
librosa==0.7.0
|
2 |
+
numpy>=1.17.3
|
3 |
+
torch==1.4.0
|
4 |
+
torchvision==0.5.0
|
5 |
+
tqdm>=4.45.0
|
6 |
+
numba==0.48
|
7 |
+
opencv-contrib-python-headless==4.1.2.30
|