xmrt commited on
Commit
5fed344
·
1 Parent(s): 5a730a3
Files changed (1) hide show
  1. main.py +1 -1
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