Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
gfpgan
|
| 4 |
facexlib
|
| 5 |
-
insightface
|
| 6 |
onnxruntime
|
| 7 |
opencv-python
|
| 8 |
numpy
|
|
|
|
| 1 |
+
torch==1.13.1
|
| 2 |
+
torchvision==0.14.1
|
| 3 |
gfpgan
|
| 4 |
facexlib
|
| 5 |
+
insightface==0.7.3
|
| 6 |
onnxruntime
|
| 7 |
opencv-python
|
| 8 |
numpy
|