Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
torch>=2.1.0
|
| 2 |
torchvision>=0.16.0
|
| 3 |
-
gradio>=3.
|
| 4 |
numpy
|
| 5 |
opencv-python
|
| 6 |
Pillow
|
| 7 |
insightface
|
| 8 |
scipy
|
| 9 |
-
face-alignment==1.
|
| 10 |
onnxruntime
|
|
|
|
| 1 |
torch>=2.1.0
|
| 2 |
torchvision>=0.16.0
|
| 3 |
+
gradio>=3.39
|
| 4 |
numpy
|
| 5 |
opencv-python
|
| 6 |
Pillow
|
| 7 |
insightface
|
| 8 |
scipy
|
| 9 |
+
face-alignment==1.2.6
|
| 10 |
onnxruntime
|