Spaces:
Runtime error
Runtime error
add facenet library
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
torch==1.12.0
|
| 2 |
torchvision==0.13.0
|
| 3 |
gradio==3.1.4
|
|
|
|
|
|
| 1 |
torch==1.12.0
|
| 2 |
torchvision==0.13.0
|
| 3 |
gradio==3.1.4
|
| 4 |
+
facenet-pytorch==2.5.2
|