Add tags to model card metadata for better discoverability
#8
by
Wauplin
HF staff
- opened
README.md
CHANGED
@@ -6,6 +6,9 @@ license_link: https://huggingface.co/tencent/Hunyuan3D-1/blob/main/LICENSE.txt
|
|
6 |
language:
|
7 |
- en
|
8 |
- zh
|
|
|
|
|
|
|
9 |
---
|
10 |
<!-- ## **Hunyuan3D-1.0** -->
|
11 |
|
@@ -237,4 +240,4 @@ If you found this repository helpful, please cite our report:
|
|
237 |
archivePrefix={arXiv},
|
238 |
primaryClass={cs.CV}
|
239 |
}
|
240 |
-
```
|
|
|
6 |
language:
|
7 |
- en
|
8 |
- zh
|
9 |
+
tags:
|
10 |
+
- text-to-3d
|
11 |
+
- image-to-3d
|
12 |
---
|
13 |
<!-- ## **Hunyuan3D-1.0** -->
|
14 |
|
|
|
240 |
archivePrefix={arXiv},
|
241 |
primaryClass={cs.CV}
|
242 |
}
|
243 |
+
```
|