salso commited on
Commit
dc0df77
1 Parent(s): e78ee55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -99,16 +99,16 @@ example_list = [
99
  "A man with spiky standing on a cliff overlooking a dystopian city at dusk",
100
  2.5,
101
  "full",
102
- "Anime style, intense expression, battle-ready, neon lights, cyberpunk",
103
  False,
104
  "examples/anime_.png"
105
  ],
106
  [
107
- "examples/anime_2in.jpg",
108
  "A young man standing in a bamboo forest at night, with a crescent moon overhead",
109
  2.5,
110
  "full",
111
- "Anime style, stoic, serene atmosphere, night sky, moonlight, traditional clothing",
112
  False,
113
  "examples/anime_.jpg"
114
  ],
@@ -117,7 +117,7 @@ example_list = [
117
  "A cheerful young woman, floating in a vibrant and colorful sky filled with clouds and rainbows, holding a sparkling staff",
118
  2.5,
119
  "full",
120
- "Anime style, magical girl, joyful expression, vibrant colors, sparkling effects",
121
  False,
122
  "examples/anime_.png"
123
  ],
@@ -126,7 +126,7 @@ example_list = [
126
  "A woman , standing in an ancient, dimly lit cathedral with stained glass windows and flickering candles",
127
  2.5,
128
  "full",
129
- "Anime style, gothic, mysterious, dark atmosphere, detailed background",
130
  False,
131
  "examples/anime_.png"
132
  ]
 
99
  "A man with spiky standing on a cliff overlooking a dystopian city at dusk",
100
  2.5,
101
  "full",
102
+ "Anime style, intense expression, neon lights",
103
  False,
104
  "examples/anime_.png"
105
  ],
106
  [
107
+ "examples/anime_2in.png",
108
  "A young man standing in a bamboo forest at night, with a crescent moon overhead",
109
  2.5,
110
  "full",
111
+ "Anime style, stoic, serene atmosphere, night sky, moonlight",
112
  False,
113
  "examples/anime_.jpg"
114
  ],
 
117
  "A cheerful young woman, floating in a vibrant and colorful sky filled with clouds and rainbows, holding a sparkling staff",
118
  2.5,
119
  "full",
120
+ "Anime style, joyful expression",
121
  False,
122
  "examples/anime_.png"
123
  ],
 
126
  "A woman , standing in an ancient, dimly lit cathedral with stained glass windows and flickering candles",
127
  2.5,
128
  "full",
129
+ "Anime style, detailed background",
130
  False,
131
  "examples/anime_.png"
132
  ]