Spaces:
Build error
Build error
init
Browse files- CONTRIBUTORS.md +0 -10
- README.md +1 -1
CONTRIBUTORS.md
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
This project was developed by Julian Bilcke (@jbilcke-hf), as part of his work at Hugging Face.
|
| 2 |
-
|
| 3 |
-
------------------------------------------
|
| 4 |
-
|
| 5 |
-
A huge thanks to external developers for their contributions!
|
| 6 |
-
|
| 7 |
-
艾逗笔 (@idoubi):
|
| 8 |
-
- [feature] Added support for OpenAI: https://github.com/jbilcke-hf/ai-comic-factory/pull/6
|
| 9 |
-
- [bug] predict import error (use dynamic imports for the LLM provider): https://github.com/jbilcke-hf/ai-comic-factory/pull/9
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
|
@@ -6,7 +6,7 @@ colorTo: yellow
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: true
|
| 8 |
app_port: 3000
|
| 9 |
-
disable_embedding:
|
| 10 |
---
|
| 11 |
|
| 12 |
# AI Comic Factory
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: true
|
| 8 |
app_port: 3000
|
| 9 |
+
disable_embedding: false
|
| 10 |
---
|
| 11 |
|
| 12 |
# AI Comic Factory
|