diff --git a/USAGE.md b/USAGE.md index 51b3fed5..8881f4e7 100644 --- a/USAGE.md +++ b/USAGE.md @@ -48,7 +48,7 @@ output = remove(input, post_process_mask=True) ### Replacing the background color You can use the `bgcolor` argument to replace the background color. ```python -output = remove(input, bgcolor=(255, 255, 255)) +output = remove(input, bgcolor=(255, 255, 255, 255)) ``` ### Using input points