vmoras commited on
Commit
3136bf7
1 Parent(s): 2eeae82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def set_predictor(image):
26
  return [image, predictor, 'Done']
27
 
28
 
29
- def get_polygon(points, image, image_embedding):
30
  """
31
  Returns the points of the polygon given a bounding box and a prediction
32
  made by Sam.
 
26
  return [image, predictor, 'Done']
27
 
28
 
29
+ def get_polygon(points, image, predictor):
30
  """
31
  Returns the points of the polygon given a bounding box and a prediction
32
  made by Sam.