Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -95,4 +95,4 @@ with gr.Blocks() as interface:
|
|
95 |
|
96 |
stitch_button.click(stitch_images, inputs=image_upload, outputs=[stitched_image, download_button])
|
97 |
|
98 |
-
interface.launch()
|
|
|
95 |
|
96 |
stitch_button.click(stitch_images, inputs=image_upload, outputs=[stitched_image, download_button])
|
97 |
|
98 |
+
interface.launch()
|