m-ric HF staff commited on
Commit
877353d
1 Parent(s): d274b8b

Update model_downloads.py

Browse files
Files changed (1) hide show
  1. model_downloads.py +1 -1
model_downloads.py CHANGED
@@ -10,7 +10,7 @@ class HFModelDownloadsTool(Tool):
10
 
11
  inputs = {
12
  "task": {
13
- "type": "sring",
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
  }