Spaces:
Sleeping
Sleeping
Update tool_config.json
Browse files- tool_config.json +3 -3
tool_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"description": "This is a tool that
|
3 |
-
"name": "
|
4 |
-
"tool_class": "
|
5 |
}
|
|
|
1 |
{
|
2 |
+
"description": "This is a tool that that delivers the most downloaded model for a specific task. Input is e.g. text-generation. Returns modelIs as String.",
|
3 |
+
"name": "most_downloaded_model",
|
4 |
+
"tool_class": "most_downloaded_model.MostDownloadedModelTool"
|
5 |
}
|