File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments