Add license and pipeline tag to metadata
Browse filesThis PR updates the model card by adding the `license` and `pipeline_tag: image-to-3d` to the YAML metadata block. This improves discoverability on the Hugging Face Hub and provides crucial information about the model's licensing.
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# RobustSplat: Decoupling Densification and Dynamics for Transient-Free 3DGS
|
2 |
***
|
3 |
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: image-to-3d
|
4 |
+
---
|
5 |
+
|
6 |
# RobustSplat: Decoupling Densification and Dynamics for Transient-Free 3DGS
|
7 |
***
|
8 |
|