output file nav
Browse files
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.
|
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.
|
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(
|