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