Winston de Jong commited on
Commit
de700ed
·
1 Parent(s): 273c133

to see stuff

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -7,7 +7,10 @@ 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
13
 
 
7
  import sys
8
  import os
9
  os.system("ls -a")
10
+ print("1")
11
  os.system("pip install ./dlib-19.24.99-cp36-cp36m-linux_x86_64.whl")
12
+ print("2")
13
+ os.system("pip install dlib-19.24.99-cp36-cp36m-linux_x86_64.whl")
14
  os.system("pip install face-recognition")
15
  import face_detection
16