abidlabs HF Staff commited on
Commit
b39f752
·
verified ·
1 Parent(s): 9715760

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -1,12 +1,20 @@
1
  ---
2
- title: Test Oauth 2
3
- emoji: 🔥
4
- colorFrom: gray
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 4.15.0
 
8
  app_file: app.py
9
- pinned: false
 
 
 
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Gradio Oauth Test
3
+ emoji: 🏆
4
+ colorFrom: pink
5
+ colorTo: pink
6
  sdk: gradio
7
+ sdk_version: 4.11.2
8
+ python_version: 3.10.6
9
  app_file: app.py
10
+
11
+ hf_oauth: true
12
+ # optional, see "Scopes" below. "openid profile" is always included.
13
+ hf_oauth_scopes:
14
+ - read-repos
15
+ - write-repos
16
+ - manage-repos
17
+ - inference-api
18
  ---
19
 
20
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference