Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,9 +72,7 @@ def generate(
|
|
72 |
examples = [
|
73 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
74 |
"An astronaut riding a green horse",
|
75 |
-
"
|
76 |
-
"A luxurious supercar with a unique design",
|
77 |
-
"Beautiful Eiffel Tower at night"
|
78 |
]
|
79 |
|
80 |
with gr.Blocks(css="style.css") as demo:
|
|
|
72 |
examples = [
|
73 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
74 |
"An astronaut riding a green horse",
|
75 |
+
"City of Tokyo at night",
|
|
|
|
|
76 |
]
|
77 |
|
78 |
with gr.Blocks(css="style.css") as demo:
|