Spaces:
Runtime error
Runtime error
Update tool_config.json
Browse files- tool_config.json +2 -4
tool_config.json
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
{
|
2 |
-
"h_f_model_downloads": {
|
3 |
"description": "This is a tool that returns the most downloaded model of a given task on the Hugging Face Hub. It takes the name of the category (such as text-classification, depth-estimation, etc), and returns the name of the checkpoint alongside its 30-day download numbers.",
|
4 |
-
"name": "",
|
5 |
-
"tool_class": "
|
6 |
-
}
|
7 |
}
|
|
|
1 |
{
|
|
|
2 |
"description": "This is a tool that returns the most downloaded model of a given task on the Hugging Face Hub. It takes the name of the category (such as text-classification, depth-estimation, etc), and returns the name of the checkpoint alongside its 30-day download numbers.",
|
3 |
+
"name": "model-download-counter",
|
4 |
+
"tool_class": "model_downloads.HFModelDownloadsTool"
|
|
|
5 |
}
|