machineuser commited on
Commit
8ef5d3c
·
1 Parent(s): 8b752ac

Sync widgets demo

Browse files
packages/tasks/src/model-libraries.ts CHANGED
@@ -185,6 +185,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
185
  filter: true,
186
  countDownloads: { term: { path: "saved_model.pb" } },
187
  },
 
 
 
 
 
 
188
  k2: {
189
  prettyLabel: "K2",
190
  repoName: "k2",
 
185
  filter: true,
186
  countDownloads: { term: { path: "saved_model.pb" } },
187
  },
188
+ "keras-nlp": {
189
+ prettyLabel: "KerasNLP",
190
+ repoName: "KerasNLP",
191
+ repoUrl: "https://keras.io/keras_nlp/",
192
+ docsUrl: "https://github.com/keras-team/keras-nlp",
193
+ },
194
  k2: {
195
  prettyLabel: "K2",
196
  repoName: "k2",