Shuang59 commited on
Commit
5343470
β€’
1 Parent(s): 0a33c06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -335,14 +335,14 @@ def compose(prompt, version, guidance_scale, steps):
335
  examples_1 = 'a camel | a forest'
336
  examples_2 = 'A blue sky | A mountain in the horizon | Cherry Blossoms in front of the mountain'
337
  examples_3 = '0.1, 0.5 | 0.3, 0.5 | 0.5, 0.5 | 0.7, 0.5 | 0.9, 0.5'
338
- examples_4 = 'a dog | a desert'
339
  examples_5 = 'a white church | lightning in the background'
340
  examples_6 = 'a camel | arctic'
341
  examples_7 = 'A lake | A mountain | Cherry Blossoms next to the lake'
342
  examples = [
343
  [examples_7, 'Stable_Diffusion_1v_4', 15, 50],
344
  [examples_5, 'Stable_Diffusion_1v_4', 15, 50],
345
- [examples_4, 'Stable_Diffusion_1v_4', 20, 50],
346
  [examples_6, 'Stable_Diffusion_1v_4', 15, 50],
347
  [examples_1, 'GLIDE', 15, 100],
348
  [examples_2, 'GLIDE', 15, 100],
 
335
  examples_1 = 'a camel | a forest'
336
  examples_2 = 'A blue sky | A mountain in the horizon | Cherry Blossoms in front of the mountain'
337
  examples_3 = '0.1, 0.5 | 0.3, 0.5 | 0.5, 0.5 | 0.7, 0.5 | 0.9, 0.5'
338
+ examples_4 = 'a blue house | a desert'
339
  examples_5 = 'a white church | lightning in the background'
340
  examples_6 = 'a camel | arctic'
341
  examples_7 = 'A lake | A mountain | Cherry Blossoms next to the lake'
342
  examples = [
343
  [examples_7, 'Stable_Diffusion_1v_4', 15, 50],
344
  [examples_5, 'Stable_Diffusion_1v_4', 15, 50],
345
+ [examples_4, 'Stable_Diffusion_1v_4', 15, 50],
346
  [examples_6, 'Stable_Diffusion_1v_4', 15, 50],
347
  [examples_1, 'GLIDE', 15, 100],
348
  [examples_2, 'GLIDE', 15, 100],