Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
face-alignment==1.3.5
|
| 2 |
+
gradio==4.20.0
|
| 3 |
+
opencv-python-headless==4.9.0.80
|
| 4 |
+
numpy==1.24.4
|
| 5 |
+
Pillow==10.2.0
|
| 6 |
+
torch>=1.13.0
|
| 7 |
+
scikit-image==0.21.0
|