alexnasa commited on
Commit
7129381
·
verified ·
1 Parent(s): 03165d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -319,6 +319,7 @@ with gr.Blocks(css=css) as demo:
319
  return make_preview_with_boxes(img_path, scale_opt, cx, cy)
320
 
321
  def get_select_coords(input_img, evt: gr.SelectData):
 
322
  i = evt.index[1]
323
  j = evt.index[0]
324
 
 
319
  return make_preview_with_boxes(img_path, scale_opt, cx, cy)
320
 
321
  def get_select_coords(input_img, evt: gr.SelectData):
322
+ print("coordinates selected")
323
  i = evt.index[1]
324
  j = evt.index[0]
325