vchiang001 commited on
Commit
5b257fd
β€’
1 Parent(s): 9a998f9

pose as output

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -298,8 +298,8 @@ gr_pose_output = gr.Dataframe(headers=['bodypart', 'x', 'y', 'confidence'],
298
  #row_count = number of bodyparts,
299
  label='pose coordinates')
300
 
301
- outputs = [gr_gallery_output, gr_json_output, #gr_pose_output,
302
- ]
303
 
304
  gr_title = "MegaDetector v5 + DLClive"
305
  gr_description = "Detect and estimate the pose of animals in camera trap images, using MegaDetector v5a + DeepLabCut-live. \
 
298
  #row_count = number of bodyparts,
299
  label='pose coordinates')
300
 
301
+ outputs = [gr_gallery_output, #gr_json_output,
302
+ gr_pose_output,]
303
 
304
  gr_title = "MegaDetector v5 + DLClive"
305
  gr_description = "Detect and estimate the pose of animals in camera trap images, using MegaDetector v5a + DeepLabCut-live. \