Spaces:
Runtime error
Runtime error
Francis0917
commited on
Commit
•
7fb51c5
1
Parent(s):
d40f6b4
Upload folder using huggingface_hub
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# tensorflow-gpu==2.4.1
|
2 |
tensorflow==2.8.0
|
3 |
-
numpy
|
|
|
4 |
librosa
|
5 |
# numpy==1.19.2
|
6 |
# librosa==0.9.1
|
|
|
1 |
# tensorflow-gpu==2.4.1
|
2 |
tensorflow==2.8.0
|
3 |
+
numpy<2
|
4 |
+
# numpy>=1.21.0
|
5 |
librosa
|
6 |
# numpy==1.19.2
|
7 |
# librosa==0.9.1
|