Spaces:
Sleeping
Sleeping
add OAuth metadata
Browse files
README.md
CHANGED
@@ -9,7 +9,11 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
short_description: A self-healing chatbot to help you comfort yourself.
|
11 |
header: default
|
|
|
|
|
|
|
|
|
12 |
models:
|
13 |
- stabilityai/stable-diffusion-xl-base-1.0
|
14 |
-
-
|
15 |
---
|
|
|
9 |
pinned: false
|
10 |
short_description: A self-healing chatbot to help you comfort yourself.
|
11 |
header: default
|
12 |
+
hf_oauth: true
|
13 |
+
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
|
14 |
+
hf_oauth_expiration_minutes: 20160
|
15 |
+
|
16 |
models:
|
17 |
- stabilityai/stable-diffusion-xl-base-1.0
|
18 |
+
- KappaNeuro/konstantin-korovin-style
|
19 |
---
|