Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
| 103 |
False,
|
| 104 |
"examples/anime_.png"
|
| 105 |
],
|
| 106 |
[
|
| 107 |
-
"examples/anime_2in.
|
| 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,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,
|
| 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,
|
| 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 |
]
|