enhance
from zerogpt import ImageClient
client = ImageClient()
resp = client.enhance("image.png", scale=2)
resp.download("result.png")Last updated
from zerogpt import ImageClient
client = ImageClient()
resp = client.enhance("image.png", scale=2)
resp.download("result.png")Last updated