m-ric HF staff commited on
Commit
9925031
·
verified ·
1 Parent(s): 9db37f0

Update tool_config.json

Browse files
Files changed (1) hide show
  1. tool_config.json +1 -1
tool_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "description": "This is a tool that creates an image according to a prompt, which is a text description.",
3
- "inputs": "{'prompt': {'type': 'text', 'description': \"The image generator prompt. Don't hesitate to add details in the prompt to make the image look better, like 'high-res, photorealistic', etc.\"}}",
4
  "name": "image_generator",
5
  "output_type": "image",
6
  "tool_class": "tool.TextToImageTool"
 
1
  {
2
  "description": "This is a tool that creates an image according to a prompt, which is a text description.",
3
+ "inputs": "{'prompt': {'type': 'string', 'description': \"The image generator prompt. Don't hesitate to add details in the prompt to make the image look better, like 'high-res, photorealistic', etc.\"}}",
4
  "name": "image_generator",
5
  "output_type": "image",
6
  "tool_class": "tool.TextToImageTool"