Spaces:
Runtime error
Runtime error
Update tool_config.json
Browse files- tool_config.json +1 -1
tool_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"description": "This is a tool that creates an image according to a prompt, which is a text description.
|
3 |
"name": "image_generator",
|
4 |
"tool_class": "text_to_image.TextToImageTool",
|
5 |
"inputs": {"prompt": "str"},
|
|
|
1 |
{
|
2 |
+
"description": "This is a tool that creates an image according to a prompt, which is a text description.",
|
3 |
"name": "image_generator",
|
4 |
"tool_class": "text_to_image.TextToImageTool",
|
5 |
"inputs": {"prompt": "str"},
|