Spaces:
Runtime error
Runtime error
amoooooo
commited on
Commit
·
10d6f5a
1
Parent(s):
368202c
Working Drive Link
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ os.chdir("bizarre-pose-estimator")
|
|
13 |
|
14 |
# Download necessary files
|
15 |
os.system("wget https://i.imgur.com/IkJzlaE.jpeg")
|
16 |
-
os.system("gdown https://drive.google.com/
|
17 |
|
18 |
# Unzip and move the model files
|
19 |
os.system("unzip bizarre_pose_models.zip")
|
|
|
13 |
|
14 |
# Download necessary files
|
15 |
os.system("wget https://i.imgur.com/IkJzlaE.jpeg")
|
16 |
+
os.system("gdown https://drive.google.com/file/d/17N5PutpYJTlKuNB6bdDaiQsPSIkYtiPm")
|
17 |
|
18 |
# Unzip and move the model files
|
19 |
os.system("unzip bizarre_pose_models.zip")
|