Add `library_name: transformers` to metadata
#4
by
nielsr
HF Staff
- opened
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
|