UNPKG

@huggingface/tasks

Version:
14 lines (13 loc) 371 B
{ "$id": "/inference/schemas/text-to-video/output.json", "$schema": "http://json-schema.org/draft-06/schema#", "description": "Outputs of inference for the Text To Video task", "title": "TextToVideoOutput", "type": "object", "properties": { "video": { "description": "The generated video returned as raw bytes in the payload." } }, "required": ["video"] }