Spaces:
Running
Running
Upload tool
Browse files- requirements.txt +1 -1
- tool_config.json +1 -1
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
huggingface_hub
|
2 |
transformers
|
|
|
|
|
|
1 |
transformers
|
2 |
+
huggingface_hub
|
tool_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
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": "{'
|
4 |
"name": "model_download_counter",
|
5 |
"output_type": "<class 'str'>",
|
6 |
"tool_class": "model_downloads.HFModelDownloadsTool"
|
|
|
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": "{'name': {'type': <class 'str'>, 'description': 'the name of the category (such as text-classification, depth-estimation, etc)'}}",
|
4 |
"name": "model_download_counter",
|
5 |
"output_type": "<class 'str'>",
|
6 |
"tool_class": "model_downloads.HFModelDownloadsTool"
|