Ii
commited on
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,6 +8,7 @@ huggingface-hub>=0.19
|
|
8 |
hf-transfer>=0.1.4
|
9 |
protobuf<4
|
10 |
click<8.1
|
11 |
-
pydantic
|
12 |
insightface==0.7.3
|
13 |
scrfd==0.2.1
|
|
|
|
8 |
hf-transfer>=0.1.4
|
9 |
protobuf<4
|
10 |
click<8.1
|
11 |
+
pydantic~=1.0
|
12 |
insightface==0.7.3
|
13 |
scrfd==0.2.1
|
14 |
+
arcface-onnx==0.1.0 # This line adds the arcface_onnx module
|