fix documentation

This commit is contained in:
Sameer Kankute 2026-01-06 12:14:40 +05:30
parent 4be80cd965
commit 08a263a9b3

View file

@ -416,7 +416,6 @@ response = image_edit(
image=open("original_image.png", "rb"),
mask=open("mask_image.png", "rb"),
prompt="Add flowers in the masked area",
size="1024x1024",
)
print(response)
```