osanseviero commited on
Commit
fd743d2
·
1 Parent(s): fbdd41c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
 
2
  os.system("git clone https://github.com/thohemp/6DRepNet")
3
  import sys
4
  sys.path.append("6DRepNet")
 
1
  import os
2
+ os.system("pip install git+https://github.com/elliottzheng/face-detection.git@master")
3
  os.system("git clone https://github.com/thohemp/6DRepNet")
4
  import sys
5
  sys.path.append("6DRepNet")