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