Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,12 +5,13 @@ colorFrom: purple
|
|
| 5 |
colorTo: red
|
| 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
|
|
|
|
| 5 |
colorTo: red
|
| 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 |
|
| 17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|