Shuang59 commited on
Commit
30d41e5
β€’
1 Parent(s): 241cc6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -327,12 +327,12 @@ examples_5 = 'a white church on a hill | birds flying around the church'
327
  examples_6 = 'a boat in a desert | a pink sky'
328
  examples_7 = 'mountains in the background | a blue sky | cows on a pasture'
329
  examples = [
330
- [examples_7, 'Stable_Diffusion_1v_4', 10, 50],
331
- [examples_4, 'Stable_Diffusion_1v_4', 10, 50],
332
- [examples_5, 'Stable_Diffusion_1v_4', 10, 50],
333
- [examples_6, 'Stable_Diffusion_1v_4', 10, 50],
334
- [examples_1, 'GLIDE', 10, 100],
335
- [examples_2, 'GLIDE', 10, 100],
336
  [examples_3, 'CLEVR Objects', 10, 100]
337
  ]
338
 
 
327
  examples_6 = 'a boat in a desert | a pink sky'
328
  examples_7 = 'mountains in the background | a blue sky | cows on a pasture'
329
  examples = [
330
+ [examples_7, 'Stable_Diffusion_1v_4', 30, 50],
331
+ [examples_4, 'Stable_Diffusion_1v_4', 30, 50],
332
+ [examples_5, 'Stable_Diffusion_1v_4', 30, 50],
333
+ [examples_6, 'Stable_Diffusion_1v_4', 30, 50],
334
+ [examples_1, 'GLIDE', 30, 100],
335
+ [examples_2, 'GLIDE', 30, 100],
336
  [examples_3, 'CLEVR Objects', 10, 100]
337
  ]
338