Add pipeline tag
Browse filesThis PR improves the model card by adding the `pipeline_tag: image-to-image` metadata. This ensures the model can be easily found and filtered on the Hugging Face Hub at https://huggingface.co/models?pipeline_tag=image-to-image.
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# GPSToken: Gaussian Parameterized Spatially-adaptive Tokenization for Image Representation and Generation
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: image-to-image
|
| 4 |
---
|
| 5 |
|
| 6 |
# GPSToken: Gaussian Parameterized Spatially-adaptive Tokenization for Image Representation and Generation
|