Skip to content

Commit 4e276ce

Browse files
MiraPurkrabekVaibhavs10
authored andcommitted
Add BBoxMaskPose to download count (huggingface#1687)
Add BBoxMaskPose paper to download count. HuggingFace link - [BBoxMaskPose on HuggingFace](https://huggingface.co/vrg-prague/BBoxMaskPose) GitHub link - [BBoxMaskPose on GitHub](https://github.com/MiraPurkrabek/BBoxMaskPose) Co-authored-by: vb <vaibhavs10@gmail.com>
1 parent 09d0ab1 commit 4e276ce

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
@@ -130,6 +130,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
130130
filter: false,
131131
countDownloads: `path:"llm_config.json"`,
132132
},
133+
bboxmaskpose: {
134+
prettyLabel: "BBoxMaskPose",
135+
repoName: "BBoxMaskPose",
136+
repoUrl: "https://github.com/MiraPurkrabek/BBoxMaskPose",
137+
filter: false,
138+
countDownloads: `path_extension:"pth"`,
139+
},
133140
ben2: {
134141
prettyLabel: "BEN2",
135142
repoName: "BEN2",

0 commit comments

Comments
 (0)