erer commited on
Commit
3da2102
·
1 Parent(s): b869cfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 "img"
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"