lysandre HF staff commited on
Commit
0c174b5
1 Parent(s): 9c61b4b

Description

Browse files
Files changed (1) hide show
  1. tool_config.json +4 -1
tool_config.json CHANGED
@@ -1,3 +1,6 @@
1
  {
2
- "custom_tools": {"text-to-image": "text_to_image.TextToImageTool"}
 
 
 
3
  }
 
1
  {
2
+ "custom_tools": {"image-transformation": {
3
+ "tool_class": "text_to_image.TextToImage",
4
+ "description": "This is a tool that creates an image according to a prompt, which is a text description. It takes an input named `prompt` which contains the image description and outputs an image."
5
+ }
6
  }