Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +15 -12
requirements.txt
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
numpy
|
4 |
-
pandas
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio>=3.50.2
|
2 |
+
opencv-python>=4.8.0
|
3 |
+
numpy>=1.24.0
|
4 |
+
pandas>=2.0.0
|
5 |
+
mediapipe>=0.10.7
|
6 |
+
matplotlib>=3.7.2
|
7 |
+
librosa>=0.10.1
|
8 |
+
torch>=2.0.0
|
9 |
+
transformers>=4.35.0
|
10 |
+
google-generativeai>=0.3.0
|
11 |
+
moviepy>=1.0.3
|
12 |
+
python-dotenv>=1.0.0
|
13 |
+
scipy>=1.11.3
|
14 |
+
scikit-learn>=1.3.0
|
15 |
+
tqdm>=4.66.1
|