Update app.py
Browse files
app.py
CHANGED
@@ -14,9 +14,9 @@ def generate_image(text, seed):
|
|
14 |
|
15 |
examples = [
|
16 |
["Humanoid Cat Warrior, Full View", None],
|
17 |
-
["
|
18 |
["Future Robots war", None],
|
19 |
-
["
|
20 |
]
|
21 |
|
22 |
interface = gr.Interface(
|
|
|
14 |
|
15 |
examples = [
|
16 |
["Humanoid Cat Warrior, Full View", None],
|
17 |
+
["Warhammer Sisterhood", None],
|
18 |
["Future Robots war", None],
|
19 |
+
["Fantasy dragon", None]
|
20 |
]
|
21 |
|
22 |
interface = gr.Interface(
|