Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,11 @@ colorTo: indigo
|
|
| 6 |
sdk: docker
|
| 7 |
app_port: 1071
|
| 8 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
app_port: 1071
|
| 8 |
pinned: false
|
| 9 |
+
|
| 10 |
+
hf_oauth: true
|
| 11 |
+
hf_oauth_expiration_minutes: 10
|
| 12 |
+
hf_oauth_scopes:
|
| 13 |
+
- read-repos
|
| 14 |
---
|
| 15 |
|
| 16 |
https://huggingface.co/docs/hub/spaces-config-reference
|