add requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
mediapipe==0.10.21
|
| 2 |
+
numpy==1.26.4
|
| 3 |
+
opencv-contrib-python==4.11.0.86
|
| 4 |
+
opencv-python==4.11.0.86
|
| 5 |
+
gradio==5.23.3
|
| 6 |
+
gradio_client==1.8.0
|