fritzgnad2 commited on
Commit
08b7479
·
verified ·
1 Parent(s): 176b072

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -6,6 +6,16 @@ colorTo: purple
6
  sdk: gradio
7
  sdk_version: 4.26.0
8
  app_file: app.py
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  license: apache-2.0
11
  short_description: Style-Preserving Text-to-Image Generation
 
6
  sdk: gradio
7
  sdk_version: 4.26.0
8
  app_file: app.py
9
+ hf_oauth: true
10
+ # optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
11
+ hf_oauth_expiration_minutes: 480
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
  pinned: false
20
  license: apache-2.0
21
  short_description: Style-Preserving Text-to-Image Generation