nikshep01 commited on
Commit
2f06262
·
verified ·
1 Parent(s): 88acb4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(streaming=True),
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.",