Norod78 commited on
Commit
cb9b2a9
β€’
1 Parent(s): 6472596

Update app.py

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