Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ os.system("mkdir -p datasets/DeepFashion")
|
|
5 |
os.system("mkdir -p output/DeepFashion/ckpt/pretrained")
|
6 |
os.system("git clone https://github.com/prasunroy/pose-transfer.git")
|
7 |
os.system("cd pose-transfer")
|
8 |
-
|
9 |
import sys
|
10 |
sys.path.append("pose-transfer")
|
11 |
import torch
|
|
|
5 |
os.system("mkdir -p output/DeepFashion/ckpt/pretrained")
|
6 |
os.system("git clone https://github.com/prasunroy/pose-transfer.git")
|
7 |
os.system("cd pose-transfer")
|
8 |
+
os.system("pip install -r requirements.txt")
|
9 |
import sys
|
10 |
sys.path.append("pose-transfer")
|
11 |
import torch
|