machineuser commited on
Commit
7240c46
1 Parent(s): ca8cad3

Sync widgets demo

Browse files
packages/tasks/src/model-libraries.ts CHANGED
@@ -116,6 +116,15 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
116
  repoName: "doctr",
117
  repoUrl: "https://github.com/mindee/doctr",
118
  },
 
 
 
 
 
 
 
 
 
119
  espnet: {
120
  prettyLabel: "ESPnet",
121
  repoName: "ESPnet",
 
116
  repoName: "doctr",
117
  repoUrl: "https://github.com/mindee/doctr",
118
  },
119
+ elm: {
120
+ prettyLabel: "ELM",
121
+ repoName: "elm",
122
+ repoUrl: "https://github.com/slicex-ai/elm",
123
+ filter: false,
124
+ countDownloads: {
125
+ wildcard: { path: "*/slicex_elm_config.json" },
126
+ },
127
+ },
128
  espnet: {
129
  prettyLabel: "ESPnet",
130
  repoName: "ESPnet",