Spaces:
Runtime error
Runtime error
Initial Commit
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ with my_app:
|
|
| 22 |
# img_output = gr.Image(label="Output Mask")
|
| 23 |
coords = gr.Label(label="Image Coordinate.")
|
| 24 |
|
| 25 |
-
|
| 26 |
# set_point.click(
|
| 27 |
# img_source.select(get_coord),
|
| 28 |
# [
|
|
|
|
| 22 |
# img_output = gr.Image(label="Output Mask")
|
| 23 |
coords = gr.Label(label="Image Coordinate.")
|
| 24 |
|
| 25 |
+
img_source.select(get_select_coords, [], [img_source, coords])
|
| 26 |
# set_point.click(
|
| 27 |
# img_source.select(get_coord),
|
| 28 |
# [
|