Spaces:
Build error
Build error
Update tool_config.json
Browse files- tool_config.json +2 -2
tool_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"description": "This is a tool that returns the most downloaded model of a given task on the Hugging Face Hub. It returns the name of the checkpoint.",
|
3 |
-
"inputs": "{'task': {'type':
|
4 |
"name": "model_download_counter",
|
5 |
-
"output_type": "
|
6 |
"tool_class": "model_downloads.HFModelDownloadsTool"
|
7 |
}
|
|
|
1 |
{
|
2 |
"description": "This is a tool that returns the most downloaded model of a given task on the Hugging Face Hub. It returns the name of the checkpoint.",
|
3 |
+
"inputs": "{'task': {'type': 'string', 'description': 'the task category (such as text-classification, depth-estimation, etc)'}}",
|
4 |
"name": "model_download_counter",
|
5 |
+
"output_type": "string",
|
6 |
"tool_class": "model_downloads.HFModelDownloadsTool"
|
7 |
}
|