Norod78 commited on
Commit
4fe69a1
1 Parent(s): bba5013

Update app.py

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