@@ -0,0 +1,9 @@
from rembg import remove
from PIL import Image
input = Image.open('dog.png')
output = remove(input)
output.save('out.png')
The note is not visible to the blocked user.