patrickvonplaten commited on
Commit
6899ad2
1 Parent(s): ce1b66b

Update tool_config.json

Browse files
Files changed (1) hide show
  1. tool_config.json +1 -1
tool_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
  "description": "This is a tool that upscales an image. It takes one input: `image`, which should be the image to upscale. It returns the upscaled image.",
3
- "name": "",
4
  "tool_class": "image_upscaling.ImageUpscalingTool"
5
  }
 
1
  {
2
  "description": "This is a tool that upscales an image. It takes one input: `image`, which should be the image to upscale. It returns the upscaled image.",
3
+ "name": "image_upscaler",
4
  "tool_class": "image_upscaling.ImageUpscalingTool"
5
  }