Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -56,13 +56,12 @@ def infer(prompt, negative_prompt="", seed=42, randomize_seed=False, width=1024,
|
|
56 |
|
57 |
examples = [
|
58 |
"A photo of a lavender cat",
|
59 |
-
"Astronaut in a jungle grasping a sign board contain word 'I love SPACE', cold color palette, muted colors, detailed,
|
60 |
"a cat eating a piece of cheese",
|
61 |
"a ROBOT riding a BLUE horse on Mars, photorealistic",
|
62 |
"a cute robot artist painting on an easel, concept art",
|
63 |
"An alien grasping a sign board contain word 'AuraFlow', futuristic, neonpunk, detailed",
|
64 |
-
"Kids going to school, sketch"
|
65 |
-
"Logo of Company name SpaceY"
|
66 |
]
|
67 |
|
68 |
|
|
|
56 |
|
57 |
examples = [
|
58 |
"A photo of a lavender cat",
|
59 |
+
"Astronaut in a jungle grasping a sign board contain word 'I love SPACE', cold color palette, muted colors, detailed, futuristic",
|
60 |
"a cat eating a piece of cheese",
|
61 |
"a ROBOT riding a BLUE horse on Mars, photorealistic",
|
62 |
"a cute robot artist painting on an easel, concept art",
|
63 |
"An alien grasping a sign board contain word 'AuraFlow', futuristic, neonpunk, detailed",
|
64 |
+
"Kids going to school, sketch"
|
|
|
65 |
]
|
66 |
|
67 |
|