remove background
Image Background Removal
from zerogpt import ImageClient
client = ImageClient()
resp = client.remove_background("BG.png", "best", "result.png")Last updated
from zerogpt import ImageClient
client = ImageClient()
resp = client.remove_background("BG.png", "best", "result.png")Last updated