changing oauth access request
Browse files
README.md
CHANGED
@@ -8,10 +8,7 @@ pinned: false
|
|
8 |
hf_oauth: true
|
9 |
hf_oauth_expiration_minutes: 480
|
10 |
hf_oauth_scopes:
|
11 |
-
-
|
12 |
-
- write-repos
|
13 |
-
- manage-repos
|
14 |
-
- inference-api
|
15 |
---
|
16 |
|
17 |
To run the gradio app, install the dependencies and run `python app.py`.
|
|
|
8 |
hf_oauth: true
|
9 |
hf_oauth_expiration_minutes: 480
|
10 |
hf_oauth_scopes:
|
11 |
+
- email
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
To run the gradio app, install the dependencies and run `python app.py`.
|