nielsr HF Staff commited on
Commit
f7013c8
·
verified ·
1 Parent(s): 2ba6fb5

Add license and pipeline tag to metadata

Browse files

This 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.

Files changed (1) hide show
  1. README.md +5 -0
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