We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c736b5c commit 697bf84Copy full SHA for 697bf84
packages/tasks/src/model-libraries.ts
@@ -885,6 +885,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
885
countDownloads: `path:"model.safetensors"`,
886
snippets: snippets.stable_audio_tools,
887
},
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
+ },
895
"diffusion-single-file": {
896
prettyLabel: "Diffusion Single File",
897
repoName: "diffusion-single-file",
0 commit comments