Spaces:
Runtime error
Runtime error
Create 'requirements.txt' file
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.32.1
|
2 |
+
scipy==1.11.2
|
3 |
+
numpy==1.24.4
|
4 |
+
opencv-python==4.8.0.76
|
5 |
+
torch==2.0.1
|
6 |
+
scikit-learn==1.3.0
|
7 |
+
mediapipe==0.10.3
|