sgugger commited on
Commit
4c9b1e8
1 Parent(s): 48de697

Upload tool_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tool_config.json +3 -5
tool_config.json CHANGED
@@ -1,7 +1,5 @@
1
  {
2
- "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
- "name": "image_transformer"
6
- }
7
  }
 
1
  {
2
+ "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.",
3
+ "name": "image_transformer",
4
+ "tool_class": "image_transformation.ImageTransformationTool"
 
 
5
  }