Wagtail commited on
Commit
0eec79f
·
1 Parent(s): 6678ad8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ demo = gr.Interface(
227
  gr.Image(type="pil", label="Pose Output"),
228
  gr.Textbox(label="Pose Data", lines=15)
229
  ],
230
- title="OpenPose Pose Generator",
231
  description="Generate full body pose including face and hands. Extracts and stores joint positions in CSV and JSON formats."
232
  )
233
 
 
227
  gr.Image(type="pil", label="Pose Output"),
228
  gr.Textbox(label="Pose Data", lines=15)
229
  ],
230
+ title="Pose Estimation and Export",
231
  description="Generate full body pose including face and hands. Extracts and stores joint positions in CSV and JSON formats."
232
  )
233