joel-moniz-dd commited on
Commit
0201f49
·
verified ·
1 Parent(s): 57d74d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def read_image(url):
54
  global_points = []
55
  global_point_label = []
56
 
57
- draw = ImageDraw.Draw(image)
58
 
59
  return img
60
 
 
54
  global_points = []
55
  global_point_label = []
56
 
57
+ draw = ImageDraw.Draw(img)
58
 
59
  return img
60