From f5bef028507a18881a41c0da5f4b0d1d54b65d19 Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Wed, 9 Aug 2023 20:15:32 +0300 Subject: [PATCH] Update gated_model_access.md --- docs/source/basic_tutorials/gated_model_access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/basic_tutorials/gated_model_access.md b/docs/source/basic_tutorials/gated_model_access.md index 5a79d45f..f5858dc4 100644 --- a/docs/source/basic_tutorials/gated_model_access.md +++ b/docs/source/basic_tutorials/gated_model_access.md @@ -1,4 +1,4 @@ -### Serving Private & Gated Models +# Serving Private & Gated Models If the model you wish to serve is behind gated access or the model repository on Hugging Face Hub is private, and you have access to the model, you can provide your Hugging Face Hub access token. You can generate and copy a read token from [Hugging Face Hub tokens page](https://huggingface.co/settings/tokens)