Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
|
|
| 1 |
gradio>=3.50.0
|
| 2 |
opencv-python-headless==4.9.0.80
|
| 3 |
numpy==1.24.4
|
| 4 |
-
Pillow==10.2.0
|
|
|
|
|
|
|
|
|
| 1 |
+
face-alignment==1.3.5
|
| 2 |
gradio>=3.50.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
|