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