Skip to content

Commit

Permalink
Document short_description in Space reference (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin authored Mar 4, 2024
1 parent aab8c06 commit 79ae05e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/hub/spaces-config-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ Defaults to false in `gradio`, and to true for other sdks.
**`header`**: _string_
Can be either `mini` or `default`. If `header` is set to `mini` the space will be displayed full-screen with a mini floating header .

**`short_description`**: _string_
A short description of the Space. This will be displayed in the Space's thumbnail.

**`models`** : _List[string]_
HF model IDs (like `gpt2` or `deepset/roberta-base-squad2`) used in the Space.
Will be parsed automatically from your code if not specified here.
Expand Down

0 comments on commit 79ae05e

Please sign in to comment.