Spaces:
Build error
Build error
Update model_downloads.py
Browse files- model_downloads.py +1 -1
model_downloads.py
CHANGED
@@ -10,7 +10,7 @@ class HFModelDownloadsTool(Tool):
|
|
10 |
|
11 |
inputs = {
|
12 |
"task": {
|
13 |
-
"type": "
|
14 |
"description": "the task category (such as text-classification, depth-estimation, etc)",
|
15 |
}
|
16 |
}
|
|
|
10 |
|
11 |
inputs = {
|
12 |
"task": {
|
13 |
+
"type": "string",
|
14 |
"description": "the task category (such as text-classification, depth-estimation, etc)",
|
15 |
}
|
16 |
}
|