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