Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,9 +13,6 @@ def sh(cmd): subprocess.check_call(cmd, shell=True)
|
|
| 13 |
|
| 14 |
# only do this once per VM restart
|
| 15 |
sh("cd src/pixel3dmm/preprocessing/facer && pip install -e .")
|
| 16 |
-
sh("cd src/pixel3dmm/preprocessing/MICA && ./install.sh")
|
| 17 |
-
sh("cd src/pixel3dmm/preprocessing/PIPNet/FaceBoxesV2/utils && sh make.sh")
|
| 18 |
-
|
| 19 |
|
| 20 |
# Set environment variables
|
| 21 |
os.environ["PIXEL3DMM_CODE_BASE"] = "./"
|
|
|
|
| 13 |
|
| 14 |
# only do this once per VM restart
|
| 15 |
sh("cd src/pixel3dmm/preprocessing/facer && pip install -e .")
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
# Set environment variables
|
| 18 |
os.environ["PIXEL3DMM_CODE_BASE"] = "./"
|