Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ def detect_and_classify_pose(input_image):
|
|
| 133 |
|
| 134 |
iface = gr.Interface(
|
| 135 |
fn=detect_and_classify_pose,
|
| 136 |
-
inputs=gr.Video(
|
| 137 |
outputs=["image", "text"],
|
| 138 |
title="Live Yoga Pose Detection and Classification",
|
| 139 |
description="This app detects and classifies yoga poses from the live camera feed using MediaPipe.",
|
|
|
|
| 133 |
|
| 134 |
iface = gr.Interface(
|
| 135 |
fn=detect_and_classify_pose,
|
| 136 |
+
inputs=gr.Video(),
|
| 137 |
outputs=["image", "text"],
|
| 138 |
title="Live Yoga Pose Detection and Classification",
|
| 139 |
description="This app detects and classifies yoga poses from the live camera feed using MediaPipe.",
|