ivelin commited on
Commit
e4c073a
·
1 Parent(s): dad2fe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def process_refexp(image: Image, prompt: str):
102
  r = 30
103
  shape = [(x-r, y-r), (x+r, y+r)]
104
  img1.ellipse(shape, outline="green", width=20)
105
- img1.ellipse(shape, outline="white", width=10
106
 
107
  return image, center_point
108
 
 
102
  r = 30
103
  shape = [(x-r, y-r), (x+r, y+r)]
104
  img1.ellipse(shape, outline="green", width=20)
105
+ img1.ellipse(shape, outline="white", width=10)
106
 
107
  return image, center_point
108