Spaces:
Sleeping
Sleeping
Winston de Jong commited on
Commit ·
2230057
1
Parent(s): 3c3f5e9
add ls a
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ import PIL
|
|
| 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
|
|
|
|
| 6 |
import subprocess
|
| 7 |
import sys
|
| 8 |
import os
|
| 9 |
+
os.system("ls -a")
|
| 10 |
os.system("pip install ./dlib-19.24.99-cp36-cp36m-linux_x86_64.whl")
|
| 11 |
os.system("pip install face-recognition")
|
| 12 |
import face_detection
|