Update client.md

pull/1582/head
H Lohaus 4 months ago committed by GitHub
parent 8b162ad8b9
commit 32adba7494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,7 +60,7 @@ image_url = response.data[0].url
Also this works with the client:
```python
response = client.images.create_variation(
image=open('cat.jpg')
image=open("cat.jpg", "rb")
model="bing",
...
)

Loading…
Cancel
Save