Spaces:
Runtime error
Runtime error
Name
Browse files- tool_config.json +4 -5
tool_config.json
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
}
|
7 |
}
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"text-to-image": {
|
3 |
+
"tool_class": "text_to_image.TextToImageTool",
|
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 |
+
"name": "image_generator"
|
|
|
6 |
}
|
7 |
}
|