Logumine commited on
Commit
5cab0e4
Β·
verified Β·
1 Parent(s): 2100afd

Update README.md

Browse files

title: Gradio Oauth Test
emoji: πŸ†
colorFrom: pink
colorTo: pink
sdk: gradio
sdk_version: 3.40.0
python_version: 3.10.6
app_file: app.py

hf_oauth: true
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
hf_oauth_expiration_minutes: 480
# optional, see "Scopes" below. "openid profile" is always included.
hf_oauth_scopes:
- read-repos
- write-repos
- manage-repos
- inference-api
# optional, restrict access to members of specific organizations
hf_oauth_authorized_org: ORG_NAME
hf_oauth_authorized_org:
- ORG_NAME1
- ORG_NAME2

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,10 +4,10 @@ emoji: πŸ‘€
4
  colorFrom: pink
5
  colorTo: gray
6
  sdk: gradio
7
- sdk_version: 4.42.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- This is a space made as PoC for the guide [Diffusers Image Fill](https://huggingface.co/blog/OzzyGT/diffusers-image-fill)
 
4
  colorFrom: pink
5
  colorTo: gray
6
  sdk: gradio
7
+ sdk_version: 5.23.1
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
+ This is a space made as PoC for the guide [Diffusers Image Fill](https://huggingface.co/blog/OzzyGT/diffusers-image-fill)