Spaces:
Running on CPU Upgrade

multimodalart HF staff commited on
Commit
106de15
1 Parent(s): 6d48259

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -154,12 +154,12 @@ block = gr.Blocks(css=css)
154
 
155
  examples = [
156
  [
157
- 'A high tech solarpunk utopia in the Amazon rainforest',
158
  None,
159
  None
160
  ],
161
  [
162
- 'A pikachu fine dining with a view to the Eiffel Tower',
163
  None,
164
  None
165
  ],
@@ -178,6 +178,11 @@ examples = [
178
  None,
179
  None
180
  ],
 
 
 
 
 
181
  ]
182
 
183
 
 
154
 
155
  examples = [
156
  [
157
+ 'The spirit of a tamagotchi wandering in the city of Budapest',
158
  None,
159
  None
160
  ],
161
  [
162
+ 'A Squirtle fine dining with a view to the London Eye',
163
  None,
164
  None
165
  ],
 
178
  None,
179
  None
180
  ],
181
+ [
182
+ "A serious capybara at work, wearing a suit",
183
+ None,
184
+ None
185
+ ],
186
  ]
187
 
188