Spaces:
Running
Running
Update app.py
Browse files
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")
|