randomshit11 commited on
Commit
61d09cd
·
verified ·
1 Parent(s): ad5d54b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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(["pullups", "pushups", "absworkout"], label="Pose Type")]
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']]