Julian Bilcke
commited on
Commit
·
6e8a0f3
1
Parent(s):
a296341
trying something with oauth
Browse files
README.md
CHANGED
|
@@ -8,6 +8,12 @@ pinned: true
|
|
| 8 |
app_port: 3000
|
| 9 |
disable_embedding: true
|
| 10 |
short_description: Create your own AI comic with a single prompt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# AI Comic Factory
|
|
|
|
| 8 |
app_port: 3000
|
| 9 |
disable_embedding: true
|
| 10 |
short_description: Create your own AI comic with a single prompt
|
| 11 |
+
hf_oauth: true
|
| 12 |
+
hf_oauth_expiration_minutes: 43200
|
| 13 |
+
hf_oauth_scopes:
|
| 14 |
+
- openid
|
| 15 |
+
- profile
|
| 16 |
+
- inference-api
|
| 17 |
---
|
| 18 |
|
| 19 |
# AI Comic Factory
|