chore: fix sanitaize
This commit is contained in:
parent
dd5b9e23f5
commit
5657b6d917
@ -765,16 +765,12 @@ function Hub() {
|
|||||||
onClick={() => {
|
onClick={() => {
|
||||||
addLocalDownloadingModel(
|
addLocalDownloadingModel(
|
||||||
sanitizeModelId(
|
sanitizeModelId(
|
||||||
sanitizeModelId(
|
variant.model_id
|
||||||
variant.model_id
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
pullModel(
|
pullModel(
|
||||||
sanitizeModelId(
|
sanitizeModelId(
|
||||||
sanitizeModelId(
|
variant.model_id
|
||||||
variant.model_id
|
|
||||||
)
|
|
||||||
),
|
),
|
||||||
variant.path
|
variant.path
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user