Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -41,7 +41,7 @@ def process(video_path, pose_type):
|
|
41 |
title = "Push-up Counter"
|
42 |
description = "This app counts the number of push-ups in a video."
|
43 |
inputs = [gr.Video(label='Input Video'),
|
44 |
-
gr.Radio(["
|
45 |
outputs = gr.Video(label='Output Video')
|
46 |
|
47 |
# example_list = [['Examples/PULL-UPS.mp4'],['Examples/PUSH-UPS.mp4']]
|
|
|
41 |
title = "Push-up Counter"
|
42 |
description = "This app counts the number of push-ups in a video."
|
43 |
inputs = [gr.Video(label='Input Video'),
|
44 |
+
gr.Radio(["pullup", "pushup", "abworkout"], label="Pose Type")]
|
45 |
outputs = gr.Video(label='Output Video')
|
46 |
|
47 |
# example_list = [['Examples/PULL-UPS.mp4'],['Examples/PUSH-UPS.mp4']]
|