nielsr HF Staff commited on
Commit
5d2e344
·
verified ·
1 Parent(s): fd83b5f

Improve model card with pipeline tag and library name

Browse files

This PR improves the model card by adding the `pipeline_tag` and `library_name` metadata, enhancing the model's discoverability on the Hugging Face Hub. The `pipeline_tag` is set to `text-to-3d` to accurately reflect the model's functionality, and `library_name` is set to `diffusers` given the model's reliance on diffusion model technology.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
5
  # Kiss3DGen
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: text-to-3d
4
+ library_name: diffusers
5
  ---
6
 
7
  # Kiss3DGen