test / tool_config.json
m-ric's picture
m-ric HF staff
Upload tool
788ee56 verified
raw
history blame contribute delete
430 Bytes
{
"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"
}