randomshit11 commited on
Commit
5123e56
·
verified ·
1 Parent(s): b8ed6e4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -42,7 +42,7 @@ title = "Workout - Monitoring"
42
  description = "This Space counts the number of exercise in a video."
43
  inputs = [
44
  gr.Video(label='Input Video'),
45
- gr.Radio(["pullup", "pushup", "abworkout"], label="Pose Type", default="pullup")
46
  ]
47
 
48
  outputs = gr.Video(label='Output Video')
 
42
  description = "This Space counts the number of exercise in a video."
43
  inputs = [
44
  gr.Video(label='Input Video'),
45
+ gr.Radio(["pullup", "pushup", "abworkout"], label="Pose Type")
46
  ]
47
 
48
  outputs = gr.Video(label='Output Video')