change requirements.txt
Browse files- requirements.txt +15 -10
requirements.txt
CHANGED
@@ -1,10 +1,15 @@
|
|
1 |
-
|
2 |
-
opencv-python
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
opencv-python-headless==4.8.1.78
|
3 |
+
librosa>=0.10.1
|
4 |
+
pandas>=1.5.3
|
5 |
+
plotly>=5.15.0
|
6 |
+
numpy>=1.24.3
|
7 |
+
transformers>=4.35.0
|
8 |
+
torch>=2.0.0
|
9 |
+
torchaudio>=2.0.0
|
10 |
+
accelerate>=0.20.3
|
11 |
+
scikit-learn>=1.3.0
|
12 |
+
scipy>=1.11.1
|
13 |
+
soundfile>=0.12.1
|
14 |
+
datasets>=2.14.0
|
15 |
+
Pillow>=9.5.0
|