multimodalart HF staff commited on
Commit
a71ce00
1 Parent(s): 165b975

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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: