Spaces:
Runtime error
Runtime error
Update main.py
Browse files
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,
|