Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,38 +97,38 @@ example_list = [
|
|
| 97 |
[
|
| 98 |
"examples/anime_1in.png",
|
| 99 |
"A man with spiky standing on a cliff overlooking a dystopian city at dusk",
|
| 100 |
-
|
| 101 |
"full",
|
| 102 |
"Anime style, intense expression, battle-ready, neon lights, cyberpunk",
|
| 103 |
False,
|
| 104 |
-
"examples/
|
| 105 |
],
|
| 106 |
[
|
| 107 |
"examples/anime_2in.jpg",
|
| 108 |
"A young man standing in a bamboo forest at night, with a crescent moon overhead",
|
| 109 |
-
|
| 110 |
"full",
|
| 111 |
"Anime style, stoic, serene atmosphere, night sky, moonlight, traditional clothing",
|
| 112 |
False,
|
| 113 |
-
"examples/
|
| 114 |
],
|
| 115 |
[
|
| 116 |
"examples/anime_3in.png",
|
| 117 |
"A cheerful young woman, floating in a vibrant and colorful sky filled with clouds and rainbows, holding a sparkling staff",
|
| 118 |
-
|
| 119 |
"full",
|
| 120 |
"Anime style, magical girl, joyful expression, vibrant colors, sparkling effects",
|
| 121 |
False,
|
| 122 |
-
"examples/
|
| 123 |
],
|
| 124 |
[
|
| 125 |
"examples/anime_4in.png",
|
| 126 |
"A woman , standing in an ancient, dimly lit cathedral with stained glass windows and flickering candles",
|
| 127 |
-
|
| 128 |
"full",
|
| 129 |
"Anime style, gothic, mysterious, dark atmosphere, detailed background",
|
| 130 |
False,
|
| 131 |
-
"examples/
|
| 132 |
]
|
| 133 |
]
|
| 134 |
|
|
|
|
| 97 |
[
|
| 98 |
"examples/anime_1in.png",
|
| 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 |
],
|
| 115 |
[
|
| 116 |
"examples/anime_3in.png",
|
| 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 |
],
|
| 124 |
[
|
| 125 |
"examples/anime_4in.png",
|
| 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 |
]
|
| 133 |
]
|
| 134 |
|