Spaces:
Runtime error
Runtime error
20240706
Browse files
app.py
CHANGED
|
@@ -219,8 +219,8 @@ def demo_openlrm(infer_impl):
|
|
| 219 |
gr.Examples(
|
| 220 |
examples=[example],
|
| 221 |
inputs=[input_front_image, input_back_image],
|
| 222 |
-
outputs=
|
| 223 |
-
fn=
|
| 224 |
cache_examples=bool(os.getenv('SPACE_ID')),
|
| 225 |
examples_per_page=3,
|
| 226 |
)
|
|
|
|
| 219 |
gr.Examples(
|
| 220 |
examples=[example],
|
| 221 |
inputs=[input_front_image, input_back_image],
|
| 222 |
+
outputs=[processed_front_image, processed_back_image, output_video],
|
| 223 |
+
fn=example_fn,
|
| 224 |
cache_examples=bool(os.getenv('SPACE_ID')),
|
| 225 |
examples_per_page=3,
|
| 226 |
)
|