Spaces:
Running
on
Zero
Running
on
Zero
add hf_oauth
Browse files
README.md
CHANGED
@@ -8,7 +8,12 @@ sdk_version: 5.12.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
11 |
short_description: T2Image Model mayhem -- a gateway to diffusion workflows
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
|
12 |
short_description: T2Image Model mayhem -- a gateway to diffusion workflows
|
13 |
+
|
14 |
+
hf_oauth: true
|
15 |
+
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
|
16 |
+
hf_oauth_expiration_minutes: 480
|
17 |
---
|
18 |
|
19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|