Spaces:
Running
Running
JonnyTran
commited on
Commit
•
f19a587
1
Parent(s):
a8c3d55
chore: Add OAuth configuration for authentication
Browse files
README.md
CHANGED
@@ -7,6 +7,12 @@ sdk: docker
|
|
7 |
pinned: true
|
8 |
app_port: 6900
|
9 |
fullWidth: true
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: apache-2.0
|
11 |
tags:
|
12 |
- argilla
|
|
|
7 |
pinned: true
|
8 |
app_port: 6900
|
9 |
fullWidth: true
|
10 |
+
hf_oauth: true
|
11 |
+
hf_oauth_expiration_minutes: 480
|
12 |
+
hf_oauth_scopes:
|
13 |
+
- openid
|
14 |
+
- profile
|
15 |
+
|
16 |
license: apache-2.0
|
17 |
tags:
|
18 |
- argilla
|