Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
huggingface-hub
|
| 3 |
-
torch
|
| 4 |
-
torchvision
|
| 5 |
-
facenet-pytorch
|
| 6 |
-
opencv-python-headless
|
| 7 |
-
Pillow
|
| 8 |
-
numpy
|
|
|
|
| 1 |
+
gradio==4.12.0
|
| 2 |
+
huggingface-hub==0.20.1
|
| 3 |
+
torch==2.0.1
|
| 4 |
+
torchvision==0.15.2
|
| 5 |
+
facenet-pytorch==2.5.3
|
| 6 |
+
opencv-python-headless==4.8.1.78
|
| 7 |
+
Pillow==10.0.0
|
| 8 |
+
numpy==1.24.3
|