We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There seems to be an issue with the formats of image_location and canvas_size. The expected format is a json and a valid-list.
image_location
canvas_size
I tried to comply with the API formats from BRIA :
{"canvas_size": [ 1200, 674 ]}
And
{"original_image_location": [ 301, -66 ] ]}
But I still get an error of wrong formatting
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There seems to be an issue with the formats of
image_location
andcanvas_size
.The expected format is a json and a valid-list.
I tried to comply with the API formats from BRIA :
{"canvas_size": [ 1200, 674 ]}
And
{"original_image_location": [ 301, -66 ] ]}
But I still get an error of wrong formatting
The text was updated successfully, but these errors were encountered: