randomshit11 commited on
Commit
df5c099
·
verified ·
1 Parent(s): c255ae4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -57,7 +57,7 @@ description = "This app counts the number of push-ups in a video."
57
  inputs = [gr.Video(label='Input Video'),
58
  gr.Radio(["pullups", "pushups", "absworkout"], label="Pose Type")]
59
  outputs = gr.Video(label='Output Video')
60
- example_list = ['Examples/PULL-UPS.mp4','Examples/PUSH-UPS.mp4']
61
 
62
  # Create the Gradio demo
63
  demo = gr.Interface(fn=process,
 
57
  inputs = [gr.Video(label='Input Video'),
58
  gr.Radio(["pullups", "pushups", "absworkout"], label="Pose Type")]
59
  outputs = gr.Video(label='Output Video')
60
+ example_list = [['Examples/PULL-UPS.mp4'],['Examples/PUSH-UPS.mp4']]
61
 
62
  # Create the Gradio demo
63
  demo = gr.Interface(fn=process,