Skip to content

Commit 340e851

Browse files
m-shabanWauplin
andauthored
Update model-libraries.ts (#1640)
Adding kronos to the model libraries. KRONOS is a panel-agnostic foundation model for spatial proteomics images. Model weights are publicly available for research use only. https://github.com/mahmoodlab/KRONOS https://huggingface.co/MahmoodLab/KRONOS --------- Co-authored-by: Lucain <lucainp@gmail.com>
1 parent 91725fa commit 340e851

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
@@ -524,6 +524,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
524524
snippets: snippets.kimi_audio,
525525
filter: false,
526526
},
527+
kronos: {
528+
prettyLabel: "KRONOS",
529+
repoName: "KRONOS",
530+
repoUrl: "https://github.com/mahmoodlab/KRONOS",
531+
filter: false,
532+
countDownloads: `path_extension:"pt"`,
533+
},
527534
k2: {
528535
prettyLabel: "K2",
529536
repoName: "k2",

0 commit comments

Comments
 (0)