Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ gradio==3.28.0
|
|
2 |
torch==1.13.1
|
3 |
torchvision==0.14.1
|
4 |
facenet-pytorch==2.2.9
|
5 |
-
numpy==1.24.2
|
|
|
|
2 |
torch==1.13.1
|
3 |
torchvision==0.14.1
|
4 |
facenet-pytorch==2.2.9
|
5 |
+
numpy==1.24.2
|
6 |
+
opencv-python==4.9.0.80
|