Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/hub/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@
title: Spaces Configuration Reference
- local: spaces-oauth
title: Sign-In with HF button
- local: spaces-featured
title: Featured Spaces
- local: spaces-changelog
title: Spaces Changelog
- local: spaces-advanced
Expand Down
23 changes: 23 additions & 0 deletions docs/hub/spaces-featured.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Featured Spaces

Hugging Face highlights certain Spaces to make it easier for you to discover high-quality demos and examples built by the community.

## Author-owned Spaces

Model, Dataset, and Paper pages can include a section showing the Spaces that use or reference that artifact. A star icon identifies author-owned Spaces, which are official demos or examples created by the owner of the artifact.

<div class="flex justify-center">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/author-owned-spaces-light.png"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/author-owned-spaces-dark.png"/>
</div>

Learn how to link a Space to a Model or Dataset <a href="paper-pages#linking-a-paper-to-a-model-dataset-or-space">here</a>, and how to link it to a Paper <a href="paper-pages#linking-a-paper-to-a-model-dataset-or-space">here</a>.

## Spaces of the Week

<a href="https://huggingface.co/spaces/" target="_blank">Spaces of the Week</a> are a curated weekly selection of standout Spaces chosen by the Hugging Face team.

<div class="flex justify-center">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/SOTW-light.png"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/SOTW-dark.png"/>
</div>