Spaces:
Runtime error
Runtime error
Jerry Yan
commited on
Commit
•
25d53d1
1
Parent(s):
b633d3f
add requirements
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
librosa==0.7.0
|
2 |
+
numpy==1.17.1
|
3 |
+
opencv-contrib-python>=4.2.0.34
|
4 |
+
opencv-python==4.1.0.25
|
5 |
+
torch==1.1.0
|
6 |
+
torchvision==0.3.0
|
7 |
+
tqdm==4.45.0
|
8 |
+
numba==0.48
|