Spaces:
Build error
Build error
Ahsen Khaliq
commited on
Commit
·
94044cc
1
Parent(s):
3f7fde4
Update app.py
Browse files
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("
|
11 |
-
os.system("
|
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")
|