Spaces:
Running
Running
Update Space configuration for Joseph-hf/ai-comic-generator
Browse files- Updated title to 'AI Comic Generator'
- Changed emoji and color scheme
- Updated project description
- Ready for Hugging Face Spaces deployment
README.md
CHANGED
|
@@ -1,17 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
title: AI Comic
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: true
|
| 8 |
app_port: 3000
|
| 9 |
disable_embedding: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# AI Comic
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
| 15 |
|
| 16 |
## Running the project at home
|
| 17 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: AI Comic Generator
|
| 3 |
+
emoji: 🎨
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: docker
|
| 7 |
pinned: true
|
| 8 |
app_port: 3000
|
| 9 |
disable_embedding: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# AI Comic Generator
|
| 13 |
|
| 14 |
+
An AI-powered comic book generator that creates beautiful comic panels with custom stories and artwork.
|
| 15 |
+
|
| 16 |
+
*(note: the website "aicomicfactory.com" is not affiliated with the AI Comic Generator project, nor it is created or maintained by the AI Comic Generator team. If you see their website has an issue, please contact them directly)*
|
| 17 |
|
| 18 |
## Running the project at home
|
| 19 |
|