Spaces:
Sleeping
Sleeping
PKUWilliamYang
commited on
Commit
•
7f165fd
1
Parent(s):
ee08881
Rename pre-requirements.txt to requirements.txt
Browse files
pre-requirements.txt → requirements.txt
RENAMED
@@ -1,7 +1,7 @@
|
|
|
|
|
|
1 |
dlib
|
2 |
numpy
|
3 |
-
opencv-python
|
4 |
Pillow
|
5 |
scipy
|
6 |
-
torch
|
7 |
-
torchvision
|
|
|
1 |
+
torch==1.7.1
|
2 |
+
torchvision
|
3 |
dlib
|
4 |
numpy
|
5 |
+
opencv-contrib-python
|
6 |
Pillow
|
7 |
scipy
|
|
|
|