Spaces:
Runtime error
Runtime error
Charlie
commited on
Commit
ยท
164b1cb
1
Parent(s):
7bb3a2b
wip
Browse files
README.md
CHANGED
@@ -1,16 +1,23 @@
|
|
1 |
-
title: Test
|
2 |
emoji: ๐
|
3 |
colorFrom: pink
|
4 |
colorTo: pink
|
5 |
-
sdk:
|
|
|
|
|
|
|
|
|
6 |
hf_oauth: true
|
|
|
|
|
|
|
7 |
hf_oauth_scopes:
|
8 |
-
|
9 |
-
-
|
10 |
-
-
|
11 |
-
-
|
12 |
-
- inference-api
|
13 |
-
|
14 |
# optional, restrict access to members of specific organizations
|
15 |
-
|
16 |
-
hf_oauth_authorized_org:
|
|
|
|
|
|
1 |
+
title: Gradio Oauth Test
|
2 |
emoji: ๐
|
3 |
colorFrom: pink
|
4 |
colorTo: pink
|
5 |
+
sdk: gradio
|
6 |
+
sdk_version: 3.40.0
|
7 |
+
python_version: 3.10.6
|
8 |
+
app_file: app.py
|
9 |
+
|
10 |
hf_oauth: true
|
11 |
+
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
|
12 |
+
hf_oauth_expiration_minutes: 480
|
13 |
+
# optional, see "Scopes" below. "openid profile" is always included.
|
14 |
hf_oauth_scopes:
|
15 |
+
- read-repos
|
16 |
+
- write-repos
|
17 |
+
- manage-repos
|
18 |
+
- inference-api
|
|
|
|
|
19 |
# optional, restrict access to members of specific organizations
|
20 |
+
hf_oauth_authorized_org: ORG_NAME
|
21 |
+
hf_oauth_authorized_org:
|
22 |
+
- ORG_NAME1
|
23 |
+
- ORG_NAME2
|