alexnasa commited on
Commit
cca58dc
·
verified ·
1 Parent(s): 98dd4d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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