Closed matteobovio closed 1 year ago
At the moment, the method returns GeneratedImages(resp.json()). However, the response from the server is a json where the array of images (required by the class GeneratedImages) is under images.
GeneratedImages(resp.json())
GeneratedImages
images
Will fix it in the next update, as soon as my exams finishes.
Fixed it in the v0.2.0 which is released on PyPI as well. Run pip install -U craiyon to upgrade to the latest version :D
pip install -U craiyon
At the moment, the method returns
GeneratedImages(resp.json())
. However, the response from the server is a json where the array of images (required by the classGeneratedImages
) is underimages
.