Add `library_name: transformers` to metadata (#4)
Browse files- Add `library_name: transformers` to metadata (9a27ad51f23565995b66a1ad1de55cae5ed4dc21)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language: en
|
| 4 |
-
|
| 5 |
-
- layer decomposition
|
| 6 |
-
- image segmentation
|
| 7 |
-
- image matting
|
| 8 |
-
- design
|
| 9 |
pipeline_tag: image-segmentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
## LayerD BiRefNet Matting Module
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language: en
|
| 3 |
+
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
pipeline_tag: image-segmentation
|
| 5 |
+
library_name: transformers
|
| 6 |
+
tags:
|
| 7 |
+
- layer decomposition
|
| 8 |
+
- image segmentation
|
| 9 |
+
- image matting
|
| 10 |
+
- design
|
| 11 |
---
|
| 12 |
|
| 13 |
## LayerD BiRefNet Matting Module
|