Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,7 +142,9 @@ def generate(
|
|
| 142 |
examples = [
|
| 143 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
| 144 |
"An astronaut riding a green horse",
|
| 145 |
-
"A mecha robot in a favela by Tarsila do Amaral"
|
|
|
|
|
|
|
| 146 |
]
|
| 147 |
|
| 148 |
with gr.Blocks() as demo:
|
|
|
|
| 142 |
examples = [
|
| 143 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
| 144 |
"An astronaut riding a green horse",
|
| 145 |
+
"A mecha robot in a favela by Tarsila do Amaral",
|
| 146 |
+
"The sprirt of a Tamagotchi wandering in the city of Los Angeles",
|
| 147 |
+
"A delicious feijoada ramen dish"
|
| 148 |
]
|
| 149 |
|
| 150 |
with gr.Blocks() as demo:
|