timpearce commited on
Commit
39cb733
·
1 Parent(s): e518bda

Update exemples & title

Browse files
Files changed (1) hide show
  1. app.py +7 -21
app.py CHANGED
@@ -167,40 +167,26 @@ block = gr.Blocks(css=css)
167
 
168
  examples = [
169
  [
170
- 'A high tech solarpunk utopia in the Amazon rainforest',
171
  # 4,
172
  # 45,
173
  # 7.5,
174
  # 1024,
175
  ],
176
  [
177
- 'A pikachu fine dining with a view to the Eiffel Tower',
178
  # 4,
179
  # 45,
180
  # 7,
181
  # 1024,
182
  ],
183
  [
184
- 'A mecha robot in a favela in expressionist style',
185
  # 4,
186
  # 45,
187
  # 7,
188
  # 1024,
189
- ],
190
- [
191
- 'an insect robot preparing a delicious meal',
192
- # 4,
193
- # 45,
194
- # 7,
195
- # 1024,
196
- ],
197
- [
198
- "A small cabin on top of a snowy mountain in the style of Disney, artstation",
199
- # 4,
200
- # 45,
201
- # 7,
202
- # 1024,
203
- ],
204
  ]
205
 
206
 
@@ -250,12 +236,12 @@ with block:
250
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
251
  </svg>
252
  <h1 style="font-weight: 900; margin-bottom: 7px;">
253
- Stable Diffusion Demo
254
  </h1>
255
  </div>
256
  <p style="margin-bottom: 10px; font-size: 94%">
257
- Stable Diffusion is a state of the art text-to-image model that generates
258
- images from text.
259
  </p>
260
  </div>
261
  """
 
167
 
168
  examples = [
169
  [
170
+ 'A sqs cat facing the Eiffel Tower',
171
  # 4,
172
  # 45,
173
  # 7.5,
174
  # 1024,
175
  ],
176
  [
177
+ 'A sqs cat in the Acropolis',
178
  # 4,
179
  # 45,
180
  # 7,
181
  # 1024,
182
  ],
183
  [
184
+ 'A sqs cat close to the Taj Mahal',
185
  # 4,
186
  # 45,
187
  # 7,
188
  # 1024,
189
+ ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  ]
191
 
192
 
 
236
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
237
  </svg>
238
  <h1 style="font-weight: 900; margin-bottom: 7px;">
239
+ Gina the cat (Stable Diffusion v1-5 fine-tuned)
240
  </h1>
241
  </div>
242
  <p style="margin-bottom: 10px; font-size: 94%">
243
+ Gina the cat (Stable Diffusion v1-5 fine-tuned) is a state of the art text-to-image model that generates
244
+ images of Gina the cat from text.
245
  </p>
246
  </div>
247
  """