mervenoyan julien-c HF staff commited on
Commit
a935f0a
1 Parent(s): 569bde3

Added access token note (#360)

Browse files

* Update README.md

* Update README.md

Co-authored-by: Julien Chaumond <julien@huggingface.co>

* Update README.md

---------

Co-authored-by: Julien Chaumond <julien@huggingface.co>

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -28,6 +28,7 @@ A chat interface using open source models, eg OpenAssistant. It is a SvelteKit a
28
  If you don't want to configure, setup, and launch your own Chat UI yourself, you can use this option as a fast deploy alternative.
29
 
30
  You can deploy your own customized Chat UI instance with any supported LLM of your choice with only a few clicks to Hugging Face Spaces thanks to the Chat UI Spaces Docker template. Get started [here](https://huggingface.co/new-space?template=huggingchat/chat-ui-template).
 
31
 
32
  Read the full tutorial [here](https://huggingface.co/docs/hub/spaces-sdks-docker-chatui#chatui-on-spaces).
33
 
 
28
  If you don't want to configure, setup, and launch your own Chat UI yourself, you can use this option as a fast deploy alternative.
29
 
30
  You can deploy your own customized Chat UI instance with any supported LLM of your choice with only a few clicks to Hugging Face Spaces thanks to the Chat UI Spaces Docker template. Get started [here](https://huggingface.co/new-space?template=huggingchat/chat-ui-template).
31
+ If you'd like to deploy a model with gated access or a model in a private repository, you can simply provide `HUGGING_FACE_HUB_TOKEN` in [Space secrets](https://huggingface.co/docs/hub/spaces-overview#managing-secrets-and-environment-variables). You need to set its value to an access token you can get from [here](https://huggingface.co/settings/tokens).
32
 
33
  Read the full tutorial [here](https://huggingface.co/docs/hub/spaces-sdks-docker-chatui#chatui-on-spaces).
34