Spaces:
Running
on
Zero
Running
on
Zero
dbaranchuk
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -54,23 +54,7 @@ def infer(
|
|
54 |
return image, seed
|
55 |
|
56 |
|
57 |
-
examples = [
|
58 |
-
"Cute winter dragon baby, kawaii, Pixar, ultra detailed, glacial background, extremely realistic.",
|
59 |
-
"Cat as a wizard",
|
60 |
-
("An ancient ruined archway on the moon, fantasy, ruins of an alien civilization, "
|
61 |
-
"concept art, blue sky, reflectionin water pool, large white planet rising behind it"),
|
62 |
-
("A lizard that looks very much like a man, with developed muscles, leather armor "
|
63 |
-
"with metal elements, in the hands of a large trident decorated with ancient runes,"
|
64 |
-
" against the background of a small lake, everything is well drawn in the style of fantasy"),
|
65 |
-
("The Mandalorian by masamune shirow, fighting stance, in the snow, "
|
66 |
-
"cinematic lighting, intricate detail, character design"),
|
67 |
-
"Phoenix woman brown skin asian eyes silver scales, full body, high detail",
|
68 |
-
("Portrait of an alien family from the 1970’s, futuristic clothes, "
|
69 |
-
"absurd alien helmet, straight line, surreal, strange, absurd, photorealistic, "
|
70 |
-
"Hasselblad, Kodak, portra 800, 35mm lens, F 2.8, photo studio."),
|
71 |
-
("32 – bit pixelated future Hiphop producer in glowing power street ware, "
|
72 |
-
"noriyoshi ohrai, in the style of minecraft tomer hanuka."),
|
73 |
-
]
|
74 |
|
75 |
css = """
|
76 |
#col-container {
|
|
|
54 |
return image, seed
|
55 |
|
56 |
|
57 |
+
examples = ["Cute winter dragon baby, kawaii, Pixar, ultra detailed, glacial background, extremely realistic."]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
css = """
|
60 |
#col-container {
|