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