Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|