vchiang001 commited on
Commit
a743ec5
·
1 Parent(s): 3497de0

return img_input, download_file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -359,7 +359,7 @@ def predict_pipeline(img_input,
359
  font_size=font_size,
360
  keypt_color=keypt_color,
361
  marker_size=marker_size)
362
- return img_input
363
 
364
  else:
365
  # Compute kpts for each crop
 
359
  font_size=font_size,
360
  keypt_color=keypt_color,
361
  marker_size=marker_size)
362
+ return img_input, download_file
363
 
364
  else:
365
  # Compute kpts for each crop