Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
gradio>=4.0
|
| 2 |
librosa>=0.10.0
|
| 3 |
-
scikit-learn>=1.3.0
|
| 4 |
numpy>=1.24.0
|
| 5 |
pandas>=1.5.0
|
|
|
|
| 6 |
plotly>=5.15.0
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
transformers>=4.30.0
|
|
|
|
| 1 |
gradio>=4.0
|
| 2 |
librosa>=0.10.0
|
|
|
|
| 3 |
numpy>=1.24.0
|
| 4 |
pandas>=1.5.0
|
| 5 |
+
scikit-learn>=1.3.0
|
| 6 |
plotly>=5.15.0
|
| 7 |
+
scipy>=1.10.0
|
| 8 |
+
soundfile>=0.12.1
|
|
|