Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -14
requirements.txt
CHANGED
@@ -1,14 +1,11 @@
|
|
1 |
-
gradio
|
2 |
-
numpy
|
3 |
-
pandas
|
4 |
-
|
5 |
-
soundfile
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
requests
|
13 |
-
torchcodec>=0.3.0
|
14 |
-
matplotlib
|
|
|
1 |
+
gradio>=4.31.0
|
2 |
+
numpy>=1.24
|
3 |
+
pandas>=2.0
|
4 |
+
pillow>=10.0
|
5 |
+
soundfile>=0.12
|
6 |
+
scikit-learn>=1.3
|
7 |
+
scipy>=1.11
|
8 |
+
torch>=2.1
|
9 |
+
transformers>=4.41
|
10 |
+
datasets>=2.20
|
11 |
+
requests>=2.31
|
|
|
|
|
|