Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ 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 MICA && ./install.sh")
|
17 |
-
sh("cd PIPNet/FaceBoxesV2/utils && sh make.sh")
|
18 |
|
19 |
|
20 |
# Set environment variables
|
|
|
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
|