@huggingface/tasks
Version:
List of ML tasks for huggingface.co/tasks
13 lines (12 loc) • 347 B
JSON
{
"$id": "/inference/schemas/image-to-image/output.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"description": "Outputs of inference for the Image To Image task",
"title": "ImageToImageOutput",
"type": "object",
"properties": {
"image": {
"description": "The output image returned as raw bytes in the payload."
}
}
}