Adding library_name to model card
Browse filesHi!
Sergio from the HF team here 👋. We've noticed that the Describe Anything collection is missing the `library_name` ([library](https://github.com/NVlabs/describe-anything)).
To help users discover the models more easily, I'm adding the `library_name`. It would be great to have it updated for the rest of the collection as well!
I've created a [PR](https://github.com/huggingface/huggingface.js/pull/1408) to add the library to the supported libraries list. Feel free to make the updates directly next time 🙂
Thanks!
README.md
CHANGED
@@ -9,6 +9,7 @@ pipeline_tag: image-text-to-text
|
|
9 |
license: other
|
10 |
license_name: nvidia-non-commercial-license
|
11 |
license_link: https://huggingface.co/nvidia/DAM-3B/blob/main/LICENSE
|
|
|
12 |
---
|
13 |
|
14 |
# Describe Anything: Detailed Localized Image and Video Captioning
|
|
|
9 |
license: other
|
10 |
license_name: nvidia-non-commercial-license
|
11 |
license_link: https://huggingface.co/nvidia/DAM-3B/blob/main/LICENSE
|
12 |
+
library_name: describe-anything
|
13 |
---
|
14 |
|
15 |
# Describe Anything: Detailed Localized Image and Video Captioning
|