Spaces:
Build error
Build error
Ahsen Khaliq
commited on
Commit
·
cd32a72
1
Parent(s):
2b03489
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ os.system("unzip -j bizarre_pose_models.zip")
|
|
| 11 |
os.system("pwd")
|
| 12 |
|
| 13 |
def inference(img):
|
| 14 |
-
os.system("python3 -m _scripts.pose_estimator "+img+" home/user/app/_train/character_pose_estim/runs/feat_concat+data.ckpt")
|
| 15 |
|
| 16 |
return "./_samples/character_pose_estim.png"
|
| 17 |
|
|
|
|
| 11 |
os.system("pwd")
|
| 12 |
|
| 13 |
def inference(img):
|
| 14 |
+
os.system("python3 -m _scripts.pose_estimator "+img+" /home/user/app/_train/character_pose_estim/runs/feat_concat+data.ckpt")
|
| 15 |
|
| 16 |
return "./_samples/character_pose_estim.png"
|
| 17 |
|