jonathanjordan21 commited on
Commit
ed48a24
·
verified ·
1 Parent(s): 59d7b81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -6,5 +6,11 @@ colorTo: red
6
  sdk: static
7
  pinned: false
8
  ---
 
 
 
 
 
 
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: static
7
  pinned: false
8
  ---
9
+ hf_oauth: true
10
+ # optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
11
+ hf_oauth_expiration_minutes: 480
12
+ # optional, see "Scopes" below. "openid profile" is always included.
13
+ hf_oauth_scopes:
14
+ - email
15
 
16
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference