Spaces:
Runtime error
Runtime error
Update requierements
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -2,4 +2,9 @@ opencv-python
|
|
2 |
opencv-contrib-python
|
3 |
Pillow
|
4 |
transformers
|
5 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
2 |
opencv-contrib-python
|
3 |
Pillow
|
4 |
transformers
|
5 |
+
torch
|
6 |
+
Cython>=0.29.28
|
7 |
+
cmake>=3.22.3
|
8 |
+
numpy>=1.22.3
|
9 |
+
insightface<=0.1.5
|
10 |
+
onnxruntime-gpu
|