Wauplin HF staff commited on
Commit
5bd48e8
1 Parent(s): bb4456a

Lowercase birefnet in model card metadata

Browse files

To make it work with https://github.com/huggingface/huggingface.js/pull/799. The library name will be correctly displayed as `BiRefNet` once detected as a library (requires to merge the PR + get it deployed).

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- library_name: BiRefNet
3
  tags:
4
  - background-removal
5
  - mask-generation
 
1
  ---
2
+ library_name: birefnet
3
  tags:
4
  - background-removal
5
  - mask-generation