Fix typo
Browse files
app.py
CHANGED
|
@@ -227,7 +227,7 @@ def inference(image):
|
|
| 227 |
im_rgba.putalpha(pil_original_mask)
|
| 228 |
im_dark.putalpha(pil_processed_mask)
|
| 229 |
|
| 230 |
-
return [cropped_signature_image,
|
| 231 |
|
| 232 |
title = "Mysign.id - Signature Background removal based on DIS"
|
| 233 |
description = "ML Model based on ECCV2022/dis-background-removal specifically made for removing background from signatures."
|
|
|
|
| 227 |
im_rgba.putalpha(pil_original_mask)
|
| 228 |
im_dark.putalpha(pil_processed_mask)
|
| 229 |
|
| 230 |
+
return [cropped_signature_image, im_rgba, im_dark]
|
| 231 |
|
| 232 |
title = "Mysign.id - Signature Background removal based on DIS"
|
| 233 |
description = "ML Model based on ECCV2022/dis-background-removal specifically made for removing background from signatures."
|