Julian Bilcke
commited on
Commit
·
1cb278e
1
Parent(s):
a2202a5
disabling disable embedding to fix HF blocking access to aicomicfactory.app
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ colorTo: yellow
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: true
|
| 8 |
app_port: 3000
|
| 9 |
-
disable_embedding:
|
| 10 |
short_description: Create your own AI comic with a single prompt
|
| 11 |
hf_oauth: true
|
| 12 |
hf_oauth_expiration_minutes: 43200
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: true
|
| 8 |
app_port: 3000
|
| 9 |
+
disable_embedding: false
|
| 10 |
short_description: Create your own AI comic with a single prompt
|
| 11 |
hf_oauth: true
|
| 12 |
hf_oauth_expiration_minutes: 43200
|