zanekwok commited on
Commit
9ce23bf
·
1 Parent(s): 75dcba3

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

Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -1,17 +1,19 @@
1
  ---
2
- title: AI Comic Factory
3
- emoji: 👩‍🎨
4
- colorFrom: red
5
- colorTo: yellow
6
  sdk: docker
7
  pinned: true
8
  app_port: 3000
9
  disable_embedding: false
10
  ---
11
 
12
- # AI Comic Factory
13
 
14
- *(note: the website "aicomicfactory.com" is not affiliated with the AI Comic Factory project, nor it is created or maintained by the AI Comic Factory team. If you see their website has an issue, please contact them directly)*
 
 
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