Advertisement
Cabaca

Untitled

May 14th, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. image_variation_data = client.images.create_variation(
  2.  
  3. image=open("./images/img_sample.png", "rb"),
  4.  
  5. n=1,
  6.  
  7. size="256x256"
  8.  
  9. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement