Ankan Ghosh
commited on
Commit
•
68f3403
1
Parent(s):
8b9c40c
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(title="Homography Warping App") as demo:
|
|
93 |
|
94 |
# Callback for processing the images
|
95 |
process_button.click(
|
96 |
-
process_images, inputs=[source_image_input,
|
97 |
)
|
98 |
|
99 |
|
|
|
93 |
|
94 |
# Callback for processing the images
|
95 |
process_button.click(
|
96 |
+
process_images, inputs=[source_image_input, dest_image_roi, selected_points], outputs=output_image
|
97 |
)
|
98 |
|
99 |
|