Norod78 commited on
Commit
646ffbc
1 Parent(s): cfa03c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ output_name = session.get_outputs()[0].name
21
  print("output_name = " + str(output_name))
22
 
23
  import os
 
24
  os.system("pip install dlib")
25
  import face_detection
26
 
 
21
  print("output_name = " + str(output_name))
22
 
23
  import os
24
+ os.system("pip install cmake")
25
  os.system("pip install dlib")
26
  import face_detection
27