Skip to content

Commit 1237054

Browse files
authored
update countDownloads for PaddleOCR (#1812)
1 parent 4266d71 commit 1237054

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,8 +809,10 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
809809
prettyLabel: "PaddleOCR",
810810
repoName: "PaddleOCR",
811811
repoUrl: "https://github.com/PaddlePaddle/PaddleOCR",
812+
docsUrl: "https://www.paddleocr.ai/",
812813
snippets: snippets.paddleocr,
813814
filter: true,
815+
countDownloads: `path_extension:"safetensors" OR path:"inference.pdiparams"`,
814816
},
815817
peft: {
816818
prettyLabel: "PEFT",

0 commit comments

Comments
 (0)