Set proper pipeline tag
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
pipeline_tag: any-to-any
|
| 4 |
library_name: diffusers
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
| 6 |
<p align="center">
|
| 7 |
<a href="https://github.com/Ve<p align="center">
|
| 8 |
<img src="assets/brand.png" width="65%">
|
|
@@ -219,4 +220,4 @@ If you find this repository or our work useful, please consider giving a star
|
|
| 219 |
```
|
| 220 |
|
| 221 |
## License
|
| 222 |
-
This work is licensed under Apache 2.0 license.
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
library_name: diffusers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
pipeline_tag: image-to-image
|
| 5 |
---
|
| 6 |
+
|
| 7 |
<p align="center">
|
| 8 |
<a href="https://github.com/Ve<p align="center">
|
| 9 |
<img src="assets/brand.png" width="65%">
|
|
|
|
| 220 |
```
|
| 221 |
|
| 222 |
## License
|
| 223 |
+
This work is licensed under Apache 2.0 license.
|