Update app.py
Browse files
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 |
|