Skip to content

Commit 697bf84

Browse files
echo840Vaibhavs10merveenoyan
authored
Add monkeyocr as a library and enable download tracking (#1544)
This PR adds monkeyocr as a dedicated library: https://huggingface.co/echo840/MonkeyOCR --------- Co-authored-by: vb <[email protected]> Co-authored-by: Merve Noyan <[email protected]>
1 parent c736b5c commit 697bf84

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)