{ "description": "Tool that puts the face shown on the first image on the second image. It taks paths to images as arguments (can be relative path), or PIL images directly.", "inputs": { "source_file": { "description": "", "type": "any" }, "target_file": { "description": "", "type": "any" } }, "name": "face_swapper", "output_type": "image", "tool_class": "SpaceToolWrapper" }