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