Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,11 +11,12 @@ license: mit
|
|
| 11 |
hf_oauth: true
|
| 12 |
hf_oauth_expiration_minutes: 36000
|
| 13 |
hf_oauth_scopes:
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 11 |
hf_oauth: true
|
| 12 |
hf_oauth_expiration_minutes: 36000
|
| 13 |
hf_oauth_scopes:
|
| 14 |
+
- read-repos
|
| 15 |
+
- write-repos
|
| 16 |
+
- manage-repos
|
| 17 |
+
- write-discussions
|
| 18 |
+
- read-billing
|
| 19 |
+
short_description: Train LoRA with ease
|
| 20 |
---
|
| 21 |
|
| 22 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|