Spaces:
Running
Running
Commit
·
20008b8
1
Parent(s):
df48b2c
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 👀
|
4 |
colorFrom: pink
|
5 |
colorTo: red
|
@@ -9,7 +9,8 @@ app_port: 3000
|
|
9 |
hf_oauth: true
|
10 |
hf_oauth_redirect_path: /auth/callback/huggingface
|
11 |
hf_oauth_scopes:
|
12 |
-
-
|
|
|
13 |
---
|
14 |
|
15 |
Demo app for [Inference Widgets](https://github.com/huggingface/huggingface.js/tree/main/packages/widgets).
|
|
|
1 |
---
|
2 |
+
title: OAuth test
|
3 |
emoji: 👀
|
4 |
colorFrom: pink
|
5 |
colorTo: red
|
|
|
9 |
hf_oauth: true
|
10 |
hf_oauth_redirect_path: /auth/callback/huggingface
|
11 |
hf_oauth_scopes:
|
12 |
+
- write-repos
|
13 |
+
- manage-repos
|
14 |
---
|
15 |
|
16 |
Demo app for [Inference Widgets](https://github.com/huggingface/huggingface.js/tree/main/packages/widgets).
|