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 630483d commit 9f1e0c6Copy full SHA for 9f1e0c6
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