Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -95,22 +95,22 @@ 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",
|
102 |
"Anime style, intense expression, battle-ready, neon lights, cyberpunk",
|
103 |
False,
|
104 |
-
"examples/
|
105 |
],
|
106 |
[
|
107 |
-
"examples/anime_2.
|
108 |
"A young man standing in a bamboo forest at night, with a crescent moon overhead",
|
109 |
3.5,
|
110 |
"full",
|
111 |
"Anime style, stoic, serene atmosphere, night sky, moonlight, traditional clothing",
|
112 |
False,
|
113 |
-
"examples/
|
114 |
],
|
115 |
[
|
116 |
"examples/anime_3.png",
|
@@ -119,7 +119,7 @@ example_list = [
|
|
119 |
"full",
|
120 |
"Anime style, magical girl, joyful expression, vibrant colors, sparkling effects",
|
121 |
False,
|
122 |
-
"examples/
|
123 |
],
|
124 |
[
|
125 |
"examples/anime_4.png",
|
@@ -128,7 +128,7 @@ example_list = [
|
|
128 |
"full",
|
129 |
"Anime style, gothic, mysterious, dark atmosphere, detailed background",
|
130 |
False,
|
131 |
-
"examples/
|
132 |
]
|
133 |
]
|
134 |
|
|
|
95 |
],
|
96 |
|
97 |
[
|
98 |
+
"examples/anime\11.png",
|
99 |
"A man with spiky standing on a cliff overlooking a dystopian city at dusk",
|
100 |
3.5,
|
101 |
"full",
|
102 |
"Anime style, intense expression, battle-ready, neon lights, cyberpunk",
|
103 |
False,
|
104 |
+
"examples/anime_1.png"
|
105 |
],
|
106 |
[
|
107 |
+
"examples/anime_2.jpg",
|
108 |
"A young man standing in a bamboo forest at night, with a crescent moon overhead",
|
109 |
3.5,
|
110 |
"full",
|
111 |
"Anime style, stoic, serene atmosphere, night sky, moonlight, traditional clothing",
|
112 |
False,
|
113 |
+
"examples/anime_2.jpg"
|
114 |
],
|
115 |
[
|
116 |
"examples/anime_3.png",
|
|
|
119 |
"full",
|
120 |
"Anime style, magical girl, joyful expression, vibrant colors, sparkling effects",
|
121 |
False,
|
122 |
+
"examples/anime_1.png"
|
123 |
],
|
124 |
[
|
125 |
"examples/anime_4.png",
|
|
|
128 |
"full",
|
129 |
"Anime style, gothic, mysterious, dark atmosphere, detailed background",
|
130 |
False,
|
131 |
+
"examples/anime_1.png"
|
132 |
]
|
133 |
]
|
134 |
|