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