Norod78 commited on
Commit
2892b55
·
verified ·
1 Parent(s): 7c4ed5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1,11 +1,11 @@
1
  import os
2
  import subprocess
3
 
4
- subprocess.run(
5
- "pip install dlib==19.24.2",
6
- capture_output=True,
7
- shell=True,
8
- )
9
 
10
  import sys
11
  import face_detection
 
1
  import os
2
  import subprocess
3
 
4
+ # subprocess.run(
5
+ # "pip install dlib==19.24.2",
6
+ # capture_output=True,
7
+ # shell=True,
8
+ # )
9
 
10
  import sys
11
  import face_detection