mlbench123 commited on
Commit
2a8e1f4
·
verified ·
1 Parent(s): d3a44cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,7 +279,7 @@ def resize_img(img: np.ndarray, resize_dim):
279
  return np.array(Image.fromarray(img).resize(resize_dim))
280
 
281
 
282
- def predict(image, offset):
283
 
284
  if offset < 0:
285
  raise gr.Error("Offset Value Can't be negative")
 
279
  return np.array(Image.fromarray(img).resize(resize_dim))
280
 
281
 
282
+ def predict(image, offset, coin_size_mm):
283
 
284
  if offset < 0:
285
  raise gr.Error("Offset Value Can't be negative")