Spaces:
Running
Running
Upload tool
Browse files- model_downloads.py +2 -2
model_downloads.py
CHANGED
@@ -9,9 +9,9 @@ class HFModelDownloadsTool(Tool):
|
|
9 |
)
|
10 |
|
11 |
inputs = {
|
12 |
-
"
|
13 |
"type": str,
|
14 |
-
"description": "the
|
15 |
}
|
16 |
}
|
17 |
output_type = str
|
|
|
9 |
)
|
10 |
|
11 |
inputs = {
|
12 |
+
"name": {
|
13 |
"type": str,
|
14 |
+
"description": "the name of the category (such as text-classification, depth-estimation, etc)",
|
15 |
}
|
16 |
}
|
17 |
output_type = str
|