Spaces:
Running
Running
update
Browse files
README.md
CHANGED
|
@@ -10,9 +10,8 @@ pinned: false
|
|
| 10 |
disable_embedding: true
|
| 11 |
hf_oauth: true
|
| 12 |
hf_oauth_scopes:
|
| 13 |
-
-
|
| 14 |
-
|
| 15 |
-
- "write-repos" # Needed to create/upload to Spaces on behalf of the user
|
| 16 |
---
|
| 17 |
|
| 18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 10 |
disable_embedding: true
|
| 11 |
hf_oauth: true
|
| 12 |
hf_oauth_scopes:
|
| 13 |
+
- write-repos # Needed to create/upload to Spaces on behalf of the user
|
| 14 |
+
# Note: 'openid' and 'profile' are always included by default and should not be listed here.
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|