Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
streamlit==1.35.0
|
| 2 |
-
tensorflow==2.13.0
|
| 3 |
-
librosa==0.10.
|
| 4 |
-
scikit-image==0.
|
| 5 |
numpy==1.24.3
|
| 6 |
-
matplotlib==3.7.1
|
| 7 |
soundfile==0.12.1
|
| 8 |
-
audioread==3.0.
|
|
|
|
| 1 |
streamlit==1.35.0
|
| 2 |
+
tensorflow-cpu==2.13.0
|
| 3 |
+
librosa==0.10.1
|
| 4 |
+
scikit-image==0.22.0
|
| 5 |
numpy==1.24.3
|
|
|
|
| 6 |
soundfile==0.12.1
|
| 7 |
+
audioread==3.0.1
|