comdoleger commited on
Commit
b292278
1 Parent(s): f9a7218

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -27,15 +27,6 @@ example_list = [
27
  False,
28
  "examples/out1.png",
29
  ],
30
- [
31
- "examples/in2.png",
32
- "Headphones, hovering gracefully against a swirling pastel galaxy, accented by glimmers of stardust, ethereal light beams, and floating musical notes, under a dreamy aurora borealis, with no visible wires",
33
- 2.50,
34
- "full",
35
- "white headphones, vibrant, colorful, ",
36
- False,
37
- "examples/out2.png",
38
- ],
39
  [
40
  "examples/in3.png",
41
  "A PAir of Shoes, resting on a sleek white platform under a bright spotlight, with subtle pastel-colored reflections and delicate flower petals scattered around, creating a cheerful and elegant setting",
@@ -81,6 +72,15 @@ example_list = [
81
  False,
82
  "examples/out7.png",
83
  ],
 
 
 
 
 
 
 
 
 
84
  ]
85
 
86
 
 
27
  False,
28
  "examples/out1.png",
29
  ],
 
 
 
 
 
 
 
 
 
30
  [
31
  "examples/in3.png",
32
  "A PAir of Shoes, resting on a sleek white platform under a bright spotlight, with subtle pastel-colored reflections and delicate flower petals scattered around, creating a cheerful and elegant setting",
 
72
  False,
73
  "examples/out7.png",
74
  ],
75
+ [
76
+ "examples/in2.png",
77
+ "Headphones, hovering gracefully against a swirling pastel galaxy, accented by glimmers of stardust, ethereal light beams, and floating musical notes, under a dreamy aurora borealis, with no visible wires",
78
+ 2.50,
79
+ "full",
80
+ "white headphones, vibrant, colorful, ",
81
+ False,
82
+ "examples/out2.png",
83
+ ]
84
  ]
85
 
86