I am not being able to pass a local image using curl, I tried to edit the data to the following:
{
"input": {
"image": "C:/../../input.jpg"
},
"output_file_prefix": "."
}
But unfortunately it didnt work, I am getting
"msg": "'c' is not a valid URL scheme. 'data', 'http', or 'https' is supported.",
I am not being able to pass a local image using curl, I tried to edit the data to the following:
{
"input": {
"image": "C:/../../input.jpg"
},
"output_file_prefix": "."
}
But unfortunately it didnt work, I am getting
"msg": "'c' is not a valid URL scheme. 'data', 'http', or 'https' is supported.",