Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ with gr.Blocks() as demo:
|
|
| 110 |
iface = gr.Interface(fn=imgnt_reg, inputs=inputs,outputs=out_image,
|
| 111 |
title="Imagenet registration V2",
|
| 112 |
description="Upload 2 images to generate a registered one:",
|
| 113 |
-
examples=[["./examples/ex1.jpg","./examples/ex2.jpg"]],
|
| 114 |
)
|
| 115 |
|
| 116 |
demo.queue().launch(share=True)
|
|
|
|
| 110 |
iface = gr.Interface(fn=imgnt_reg, inputs=inputs,outputs=out_image,
|
| 111 |
title="Imagenet registration V2",
|
| 112 |
description="Upload 2 images to generate a registered one:",
|
| 113 |
+
examples=[["./examples/ex5.png","./examples/ex6.png"],["./examples/ex1.jpg","./examples/ex2.jpg"]],
|
| 114 |
)
|
| 115 |
|
| 116 |
demo.queue().launch(share=True)
|