Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
soundfile>=0.12.1
|
| 8 |
+
torch>=2.0.0
|
| 9 |
+
transformers>=4.30.0
|