Omnibus commited on
Commit
817689e
·
1 Parent(s): 7df26b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #os.system("pip install -r requirements.txt")
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