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