lysandre HF staff commited on
Commit
f7f8aa8
1 Parent(s): 053676b

Description

Browse files
Files changed (1) hide show
  1. tool_config.json +5 -3
tool_config.json CHANGED
@@ -1,6 +1,8 @@
1
  {
2
- "custom_tools": {"image-transformation": {
3
- "tool_class": "image_transformation.ImageTransformationTool",
4
- "description": "This is a tool that transforms an image according to a prompt. It takes two inputs: `image`, which should be the image to transform, and `prompt`, which should be the prompt to use to change it. The prompt should only contain descriptive adjectives, as if completing the prompt of the original image. It returns the modified image."
 
 
5
  }
6
  }
 
1
  {
2
+ "custom_tools": {
3
+ "image-transformation": {
4
+ "tool_class": "image_transformation.ImageTransformationTool",
5
+ "description": "This is a tool that transforms an image according to a prompt. It takes two inputs: `image`, which should be the image to transform, and `prompt`, which should be the prompt to use to change it. The prompt should only contain descriptive adjectives, as if completing the prompt of the original image. It returns the modified image."
6
+ }
7
  }
8
  }