tayyabimam commited on
Commit
0dfdea8
·
verified ·
1 Parent(s): 4424267

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -5,9 +5,9 @@ pillow
5
  matplotlib
6
  motor
7
  opencv-python-headless
8
- --index-url https://download.pytorch.org/whl/cpu
9
- torch
10
- torchvision
11
- # Install dlib first, then face_recognition
12
  dlib
13
- face_recognition
 
 
 
 
 
5
  matplotlib
6
  motor
7
  opencv-python-headless
 
 
 
 
8
  dlib
9
+ face_recognition
10
+ # Install PyTorch from specific index
11
+ --extra-index-url https://download.pytorch.org/whl/cpu
12
+ torch
13
+ torchvision