Spaces:
Sleeping
Sleeping
jonathanjordan21
commited on
Commit
•
e7c10cb
1
Parent(s):
22f64e9
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,12 @@ colorFrom: pink
|
|
5 |
colorTo: gray
|
6 |
sdk: docker
|
7 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
5 |
colorTo: gray
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
+
hf_oauth: true
|
9 |
+
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
|
10 |
+
hf_oauth_expiration_minutes: 480
|
11 |
+
# optional, see "Scopes" below. "openid profile" is always included.
|
12 |
+
hf_oauth_scopes:
|
13 |
+
- email
|
14 |
---
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|