Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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 |
)
|