Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -27,15 +27,6 @@ prompt_list = ["A Perfume Bottle, resting on a wooden table, surrounded by laven
|
|
27 |
"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"
|
28 |
]
|
29 |
example_list = [
|
30 |
-
[
|
31 |
-
"examples/in1.png",
|
32 |
-
"A Perfume Bottle, resting on a wooden table, surrounded by lavender leaves with droplets of morning dew glistening, in a serene garden, under the soft glow of a twilight sky, encircled by delicate purple petals",
|
33 |
-
3.0,
|
34 |
-
"full",
|
35 |
-
"A transparent Bottle with a purple liquide, studio light",
|
36 |
-
False,
|
37 |
-
"examples/out1.png"
|
38 |
-
],
|
39 |
[
|
40 |
"examples/in5.png",
|
41 |
"A Perfume bottle, perched delicately on a rock by the ocean, with a breathtaking sunset casting a golden glow over the waves",
|
@@ -63,6 +54,15 @@ example_list = [
|
|
63 |
False,
|
64 |
"examples/out7.png"
|
65 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
[
|
67 |
"examples/in2.png",
|
68 |
"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",
|
|
|
27 |
"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"
|
28 |
]
|
29 |
example_list = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
[
|
31 |
"examples/in5.png",
|
32 |
"A Perfume bottle, perched delicately on a rock by the ocean, with a breathtaking sunset casting a golden glow over the waves",
|
|
|
54 |
False,
|
55 |
"examples/out7.png"
|
56 |
],
|
57 |
+
[
|
58 |
+
"examples/in1.png",
|
59 |
+
"A Perfume Bottle, resting on a wooden table, surrounded by lavender leaves with droplets of morning dew glistening, in a serene garden, under the soft glow of a twilight sky, encircled by delicate purple petals",
|
60 |
+
3.0,
|
61 |
+
"full",
|
62 |
+
"A perfume Bottle with a purple liquide, studio light",
|
63 |
+
False,
|
64 |
+
"examples/out1.png"
|
65 |
+
],
|
66 |
[
|
67 |
"examples/in2.png",
|
68 |
"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",
|