Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
22 changes: 22 additions & 0 deletions docs/hub/spaces-featured.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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 resource. A star icon identifies author-owned Spaces, which are official demos or examples created by the resource’s author.

<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>


## 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>