Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ generator, kp_detector = load_checkpoints(
|
|
131 |
iface = gr.Interface(
|
132 |
inference,
|
133 |
[
|
134 |
-
gr.Video(type="mp4"
|
135 |
gr.Image(type="filepath"),
|
136 |
],
|
137 |
outputs=gr.Video(label="Output Video"),
|
|
|
131 |
iface = gr.Interface(
|
132 |
inference,
|
133 |
[
|
134 |
+
gr.Video(),#type="mp4"
|
135 |
gr.Image(type="filepath"),
|
136 |
],
|
137 |
outputs=gr.Video(label="Output Video"),
|