Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
opencv-python-headless
|
3 |
+
dlib
|
4 |
+
mediapipe
|
5 |
+
numpy
|
6 |
+
pillow
|
7 |
+
scikit-image
|