Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,7 @@ import sys
|
|
| 12 |
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 |
|
| 17 |
# Set environment variables
|
|
|
|
| 12 |
def sh(cmd): subprocess.check_call(cmd, shell=True)
|
| 13 |
|
| 14 |
# only do this once per VM restart
|
| 15 |
+
sh("pip install -e .")
|
| 16 |
sh("cd src/pixel3dmm/preprocessing/facer && pip install -e .")
|
| 17 |
|
| 18 |
# Set environment variables
|