Spaces:
Runtime error
Runtime error
Commit
·
fd743d2
1
Parent(s):
fbdd41c
Update app.py
Browse files
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")
|