xmrt commited on
Commit
23a1133
·
1 Parent(s): 6c7c3ae

output file nav

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -83,7 +83,7 @@ def run():
83
  webcam = gr.Interface(
84
  fn=poses,
85
  inputs= gr.Video(source="webcam"),
86
- outputs = gr.PlayableVideo(format='mp4', interactive=True),
87
  title = 'Pose estimation',
88
  description = 'Pose estimation on video',
89
  allow_flagging=False
@@ -92,7 +92,7 @@ def run():
92
  file = gr.Interface(
93
  poses,
94
  inputs = gr.Video(source="upload"),
95
- outputs = gr.PlayableVideo(format='mp4', interactive=True),
96
  allow_flagging=False
97
  )
98
  demo = gr.TabbedInterface(
 
83
  webcam = gr.Interface(
84
  fn=poses,
85
  inputs= gr.Video(source="webcam"),
86
+ outputs = gr.Video(format='mp4'),
87
  title = 'Pose estimation',
88
  description = 'Pose estimation on video',
89
  allow_flagging=False
 
92
  file = gr.Interface(
93
  poses,
94
  inputs = gr.Video(source="upload"),
95
+ outputs = gr.Video(format='mp4'),
96
  allow_flagging=False
97
  )
98
  demo = gr.TabbedInterface(