typo
Browse files
main.py
CHANGED
|
@@ -120,7 +120,7 @@ def run():
|
|
| 120 |
webcam = gr.Interface(
|
| 121 |
fn=infer,
|
| 122 |
inputs= [gr.Video(source="webcam", height=412), check_web],
|
| 123 |
-
outputs = [gr.PlayableVideo(), gr.PlayableVideo(), gr.PlayableVideo() gr.PlayableVideo()],
|
| 124 |
title = 'Pose estimation',
|
| 125 |
description = 'Pose estimation on video',
|
| 126 |
allow_flagging=False
|
|
|
|
| 120 |
webcam = gr.Interface(
|
| 121 |
fn=infer,
|
| 122 |
inputs= [gr.Video(source="webcam", height=412), check_web],
|
| 123 |
+
outputs = [gr.PlayableVideo(), gr.PlayableVideo(), gr.PlayableVideo(), gr.PlayableVideo()],
|
| 124 |
title = 'Pose estimation',
|
| 125 |
description = 'Pose estimation on video',
|
| 126 |
allow_flagging=False
|