Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -6,11 +6,13 @@ colorTo: green
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
hf_oauth: true
|
|
|
9 |
hf_oauth_scopes:
|
10 |
- read-repos
|
11 |
- write-repos
|
12 |
- manage-repos
|
13 |
- inference-api
|
|
|
14 |
---
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
hf_oauth: true
|
9 |
+
hf_oauth_expiration_minutes: 36000
|
10 |
hf_oauth_scopes:
|
11 |
- read-repos
|
12 |
- write-repos
|
13 |
- manage-repos
|
14 |
- inference-api
|
15 |
+
- read-billing
|
16 |
---
|
17 |
|
18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|