Spaces:
Sleeping
Sleeping
Winston de Jong commited on
Commit ·
1f4aad9
1
Parent(s): 47c2a93
Fix wheel name
Browse files- .gitattributes +1 -1
- app.py +1 -2
- dlib-19.24.99-cp36-cp36m-linux_x86_64.whl.whl +3 -0
- requirements.txt +0 -3
.gitattributes
CHANGED
|
@@ -33,4 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
-
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.whl filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -6,8 +6,7 @@ import PIL
|
|
| 6 |
import subprocess
|
| 7 |
import sys
|
| 8 |
import os
|
| 9 |
-
os.system("
|
| 10 |
-
os.system("pip install ./dlib-linux_x86_64.whl")
|
| 11 |
os.system("pip install face-recognition")
|
| 12 |
import face_detection
|
| 13 |
|
|
|
|
| 6 |
import subprocess
|
| 7 |
import sys
|
| 8 |
import os
|
| 9 |
+
os.system("pip install dlib-19.24.99-cp36-cp36m-linux_x86_64.whl")
|
|
|
|
| 10 |
os.system("pip install face-recognition")
|
| 11 |
import face_detection
|
| 12 |
|
dlib-19.24.99-cp36-cp36m-linux_x86_64.whl.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f847496e124e9f3559a6d50c733587c45ff6988d1889cfc90f5be16675145427
|
| 3 |
+
size 4405328
|
requirements.txt
CHANGED
|
@@ -5,7 +5,4 @@ invisible_watermark
|
|
| 5 |
torch
|
| 6 |
transformers
|
| 7 |
xformers
|
| 8 |
-
# ./dlib-linux_x86_64.whl
|
| 9 |
-
# face-recognition==1.3.0
|
| 10 |
-
# face_recognition_models==0.3.0
|
| 11 |
pillow
|
|
|
|
| 5 |
torch
|
| 6 |
transformers
|
| 7 |
xformers
|
|
|
|
|
|
|
|
|
|
| 8 |
pillow
|