Spaces:
Running
on
Zero
Running
on
Zero
dbaranchuk
commited on
Commit
•
77fc04f
1
Parent(s):
b5f551b
add examples
Browse files
app.py
CHANGED
@@ -54,7 +54,12 @@ def infer(
|
|
54 |
return image, seed
|
55 |
|
56 |
|
57 |
-
examples = [
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
css = """
|
60 |
#col-container {
|
|
|
54 |
return image, seed
|
55 |
|
56 |
|
57 |
+
examples = [
|
58 |
+
"Cute winter dragon baby, kawaii, Pixar, ultra detailed, glacial background, extremely realistic.",
|
59 |
+
"An ancient ruined archway on the moon, fantasy, ruins of an alien civilization, concept art, blue sky, reflection in water pool, large white planet rising behind it",
|
60 |
+
"The Mandalorian by masamune shirow, fighting stance, in the snow, cinematic lighting, intricate detail, character design",
|
61 |
+
"Sci-fi cosmic diarama of a quasar and jellyfish in a resin cube, volumetric lighting, high resolution, hdr, sharpen, Photorealism"
|
62 |
+
]
|
63 |
|
64 |
css = """
|
65 |
#col-container {
|