Skip to content

Commit

Permalink
black test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav-K committed Jan 1, 2023
1 parent d9a7964 commit bfdd8fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions models/openai_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,13 @@ async def send_image_request(self, prompt, vary=None) -> tuple[File, list[Any]]:
None, new_im.paste, transparent, (x_offset, y_offset)
)
x_offset += transparent.size[0]







x_offset = 0
y_offset += transparent.size[1]

Expand Down

0 comments on commit bfdd8fc

Please sign in to comment.