image-transformation / tool_config.json
lysandre's picture
lysandre HF staff
Update tool_config.json
7bf0206 verified
raw
history blame contribute delete
No virus
290 Bytes
{
"description": "This is a tool that transforms an image according to a prompt and returns the modified image.",
"name": "image_transformation",
"tool_class": "image_transformation.ImageTransformationTool",
"inputs": {"image": "image", "prompt": "str"},
"output_type": "image"
}