KurtLin commited on
Commit
5904f06
·
1 Parent(s): b9d077d

Initial Commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- input_img.select(get_select_coords, [], [img_source, coords])
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
  # [