Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -29,9 +29,9 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
|
|
29 |
return image, seed
|
30 |
|
31 |
examples = [
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
]
|
36 |
|
37 |
css="""
|
|
|
29 |
return image, seed
|
30 |
|
31 |
examples = [
|
32 |
+
"Semirealistic futuristic looking woman with purple and orange hair in the style of tom whalen, flat colors, purple orange and white broad strips paint in the background, outrun paint splotches",
|
33 |
+
"realistic photo of a caterpillar doing sick skateboard tricks. Low angle action shot. In a dedicated skate-park under an elevated highway.",
|
34 |
+
"masterpieces, close-portrait, female, makeup, pale skin, blonde hair, braided hairstyle, mysterious, red black symbols face, glossy blue eyes,best quality,masterpiece",
|
35 |
]
|
36 |
|
37 |
css="""
|