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