Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,9 +70,9 @@ def generate(
|
|
70 |
|
71 |
|
72 |
examples = [
|
73 |
-
"Astronaut in a jungle, cold color palette, muted colors, detailed,
|
74 |
-
"An astronaut riding a green horse",
|
75 |
-
"City of Tokyo at night",
|
76 |
]
|
77 |
|
78 |
with gr.Blocks(css="style.css") as demo:
|
|
|
70 |
|
71 |
|
72 |
examples = [
|
73 |
+
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8-bit",
|
74 |
+
"An astronaut riding a green horse, pixel art",
|
75 |
+
"City of Tokyo at night, retro, pixel art",
|
76 |
]
|
77 |
|
78 |
with gr.Blocks(css="style.css") as demo:
|