Circularmachines commited on
Commit
6489c70
·
1 Parent(s): 8d2a799

app.py updates

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ while True:
59
  coords = get_ellipse_coords(point)
60
  draw.rectangle(coords, outline="green",width=2)
61
 
62
- value = streamlit_image_coordinates(img, key="pil")
63
 
64
  if value is not None:
65
  point = value["x"], value["y"]
 
59
  coords = get_ellipse_coords(point)
60
  draw.rectangle(coords, outline="green",width=2)
61
 
62
+ value = streamlit_image_coordinates(current_image, key="pil")
63
 
64
  if value is not None:
65
  point = value["x"], value["y"]