Skip to content

Commit 9f1e0c6

Browse files
committed
monkeyocr
1 parent 630483d commit 9f1e0c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
885885
countDownloads: `path:"model.safetensors"`,
886886
snippets: snippets.stable_audio_tools,
887887
},
888+
"monkeyocr": {
889+
prettyLabel: "monkeyocr",
890+
repoName: "monkeyocr",
891+
repoUrl: "https://github.com/Yuliang-Liu/MonkeyOCR",
892+
filter: false,
893+
countDownloads: `path:"Recognition/config.json"`,
894+
},
888895
"diffusion-single-file": {
889896
prettyLabel: "Diffusion Single File",
890897
repoName: "diffusion-single-file",

0 commit comments

Comments
 (0)