Skip to content

Commit 97ffbe7

Browse files
committed
added keras-hub filter=true
1 parent edf69a5 commit 97ffbe7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
345345
repoUrl: "https://github.com/keras-team/tf-keras",
346346
docsUrl: "https://huggingface.co/docs/hub/tf-keras",
347347
snippets: snippets.tf_keras,
348-
filter: true,
348+
filter: false,
349349
countDownloads: `path:"saved_model.pb"`,
350350
},
351351
"keras-nlp": {
@@ -354,13 +354,15 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
354354
repoUrl: "https://github.com/keras-team/keras-nlp",
355355
docsUrl: "https://keras.io/keras_nlp/",
356356
snippets: snippets.keras_nlp,
357+
filter: false,
357358
},
358359
"keras-hub": {
359360
prettyLabel: "KerasHub",
360361
repoName: "KerasHub",
361362
repoUrl: "https://github.com/keras-team/keras-hub",
362363
docsUrl: "https://keras.io/keras_hub/",
363364
snippets: snippets.keras_hub,
365+
filter: true,
364366
},
365367
k2: {
366368
prettyLabel: "K2",

0 commit comments

Comments
 (0)