Skip to content

Commit

Permalink
fix(api): set default mask filter to none, matching the client
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jan 15, 2023
1 parent 40080ad commit df6b071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/onnx_web/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def expand_image(
expand_by: Tuple[int, int, int, int],
fill='white',
noise_source=noise_source_histogram,
mask_filter=mask_filter_gaussian,
mask_filter=mask_filter_none,
):
left, right, top, bottom = expand_by

Expand Down

0 comments on commit df6b071

Please sign in to comment.