Ahsen Khaliq commited on
Commit
94044cc
·
1 Parent(s): 3f7fde4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ os.chdir("bizarre-pose-estimator")
7
  os.system("gdown https://drive.google.com/uc?id=1qhnBmMdDTC_8kmNj4u2f_Htfvg6KuE14")
8
 
9
 
10
- os.system("ln -s bizarre_pose_models . && unzip bizarre_pose_models.zip")
11
- os.system("rm bizarre_pose_models")
12
 
13
 
14
  os.system("ls")
 
7
  os.system("gdown https://drive.google.com/uc?id=1qhnBmMdDTC_8kmNj4u2f_Htfvg6KuE14")
8
 
9
 
10
+ os.system("unzip bizarre_pose_models.zip")
11
+ os.system("cp -a ./bizarre_pose_models/. .")
12
 
13
 
14
  os.system("ls")