akhaliq HF Staff commited on
Commit
a9b0137
·
1 Parent(s): f7c3e69
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -10,9 +10,8 @@ pinned: false
10
  disable_embedding: true
11
  hf_oauth: true
12
  hf_oauth_scopes:
13
- - "openid" # Always included: ID token
14
- - "profile" # Always included: user profile info
15
- - "write-repos" # Needed to create/upload to Spaces on behalf of the user
16
  ---
17
 
18
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  disable_embedding: true
11
  hf_oauth: true
12
  hf_oauth_scopes:
13
+ - write-repos # Needed to create/upload to Spaces on behalf of the user
14
+ # Note: 'openid' and 'profile' are always included by default and should not be listed here.
 
15
  ---
16
 
17
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference