Skip to content

Commit b31d322

Browse files
fix: use proper type for HF_TOKEN
1 parent 771d3b6 commit b31d322

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.runpod/hub.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
{
1515
"key": "MODEL_PATH",
1616
"input": {
17-
"name": "Model Path",
17+
"name": "Model",
1818
"type": "huggingface",
19-
"description": "Hugging Face model name or path to load",
19+
"description": "Hugging Face model name",
2020
"required": true
2121
}
2222
},
2323
{
2424
"key": "HF_TOKEN",
2525
"input": {
26-
"name": "HF_TOKEN",
27-
"type": "password",
26+
"name": "Access Token",
27+
"type": "string",
2828
"description": "Hugging Face access token for gated & private models",
2929
"default": "",
3030
"required": false

0 commit comments

Comments
 (0)