Skip to content

Commit 78fd9ee

Browse files
committed
useless picture
1 parent ed7ce42 commit 78fd9ee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/hub/models-adding-libraries.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,6 @@ model = BaseModel.from_pretrained("${model.id}")`;
182182

183183
Doing so will also add a tag to your model so users can quickly identify models from your library.
184184

185-
<div class="flex justify-center">
186-
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/libraries-tags.png"/>
187-
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/libraries-tags-dark.png"/>
188-
</div>
189-
190185
Once your snippet has been added to [model-libraries-snippets.ts](https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/src/model-libraries-snippets.ts), you can reference it in [model-libraries.ts](https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/src/model-libraries.ts) as described above.
191186

192187
## Document your library

0 commit comments

Comments
 (0)