Add library_name and pipeline_tag
Browse filesThis PR adds the `library_name`, ensuring the "how to use" button is displayed on the top right. It also adds the `any-to-any` pipeline tag, making the model more easily discoverable.
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
|
|
|
|
3 |
tags:
|
4 |
- transformers
|
5 |
-
language:
|
6 |
-
- en
|
7 |
---
|
8 |
|
9 |
# FaceXFormer Model Card
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: any-to-any
|
7 |
tags:
|
8 |
- transformers
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# FaceXFormer Model Card
|