Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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
|