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