Wauplin HF staff commited on
Commit
889a00e
1 Parent(s): 6032369

Set `library_name` to `tf-keras`.

Browse files

Model 'keras-dreambooth/dreambooth-seymour-cat' seems to be compatible only with "Keras 2" and not "Keras 3". To distinguish them, models compatible with legacy Keras 2.x should be tagged as `tf-keras` while models compatible with Keras 3.x are tagged as `keras`.

This PR updates the model card to replace the explicit `library_name: keras` metadata which is now outdated by `library_name: tf-keras`. Updating this metadata will facilitate its discoverability and usage.

For more information about `keras` and `tf-keras` library names, check out this pull request: https://github.com/huggingface/huggingface.js/pull/774.

Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
 
 
 
 
 
 
2
  title: Dreambooth Seymour Cat Model
3
  emoji: 🐱
4
  colorFrom: orange
5
  colorTo: brown
6
- tags:
7
- - keras-dreambooth
8
- - nature
9
- - cat
10
  pinned: false
11
- library_name: keras
12
- pipeline_tag: text-to-image
13
  ---
14
 
15
  ## Model description
 
1
  ---
2
+ library_name: tf-keras
3
+ pipeline_tag: text-to-image
4
+ tags:
5
+ - keras-dreambooth
6
+ - nature
7
+ - cat
8
  title: Dreambooth Seymour Cat Model
9
  emoji: 🐱
10
  colorFrom: orange
11
  colorTo: brown
 
 
 
 
12
  pinned: false
 
 
13
  ---
14
 
15
  ## Model description