Spaces:
Sleeping
Sleeping
Valentin Peron
commited on
Commit
·
60757b5
1
Parent(s):
7468932
build(requirements.txt): add facenet
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ sentencepiece==0.1.*
|
|
4 |
torch==1.11.*
|
5 |
transformers==4.*
|
6 |
uvicorn[standard]==0.17.*
|
7 |
-
numpy<2.0
|
|
|
|
4 |
torch==1.11.*
|
5 |
transformers==4.*
|
6 |
uvicorn[standard]==0.17.*
|
7 |
+
numpy<2.0
|
8 |
+
facenet-pytorch==2.6.0
|