dvilasuero HF Staff commited on
Commit
1536d01
·
verified ·
1 Parent(s): 6e816ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -5,9 +5,10 @@ colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
  sdk_version: 4.38.1
8
- hf_oauth: true
9
  app_file: app.py
10
  pinned: false
 
 
11
  ---
12
 
13
  An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
5
  colorTo: purple
6
  sdk: gradio
7
  sdk_version: 4.38.1
 
8
  app_file: app.py
9
  pinned: false
10
+ hf_oauth_scopes:
11
+ - read-repos
12
  ---
13
 
14
  An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).