vu0018 commited on
Commit
005cf77
Β·
verified Β·
1 Parent(s): ff23b92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def detect_pose_and_activity(video_file):
105
  iface = gr.Interface(
106
  fn=detect_pose_and_activity,
107
  inputs=gr.Video(label="Upload a Video (max 10s)"),
108
- outputs=[gr.Video(label="Pose Detection Output"), gr.Textbox(label="Detected Action")],
109
  title="Multi-Person Pose & Activity Recognition",
110
  description="Upload a short video (max 10s). The app detects multiple people, estimates their poses, and predicts their actions."
111
  )
 
105
  iface = gr.Interface(
106
  fn=detect_pose_and_activity,
107
  inputs=gr.Video(label="Upload a Video (max 10s)"),
108
+ outputs=[gr.Video(label="Pose Multiple Detection Output"), gr.Textbox(label="Detected Pose")],
109
  title="Multi-Person Pose & Activity Recognition",
110
  description="Upload a short video (max 10s). The app detects multiple people, estimates their poses, and predicts their actions."
111
  )