Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ os.system("ls")
|
|
19 |
def inference(img):
|
20 |
os.system("python3 -m _scripts.pose_estimator "+img+" ./_train/character_pose_estim/runs/feat_concat+data.ckpt")
|
21 |
|
22 |
-
return "
|
23 |
|
24 |
|
25 |
title = "bizarre-pose-estimator"
|
|
|
19 |
def inference(img):
|
20 |
os.system("python3 -m _scripts.pose_estimator "+img+" ./_train/character_pose_estim/runs/feat_concat+data.ckpt")
|
21 |
|
22 |
+
return "./_samples/character_pose_estim.png"
|
23 |
|
24 |
|
25 |
title = "bizarre-pose-estimator"
|