Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,13 +18,14 @@ api = os.getenv("FAI_API")
|
|
| 18 |
rmbgkey = os.getenv("RMBGKEY")
|
| 19 |
|
| 20 |
#fore, prompt, intensity, mode, refprompt, isrmbg
|
|
|
|
|
|
|
| 21 |
outputs_list = [["examples/out1.png"],["examples/out3.png"], ["examples/out4.png"],["examples/out5.png"],["examples/out6.png"],["examples/out7.png"],["examples/out2.png"]]
|
| 22 |
prompt_list = ["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",
|
| 23 |
"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",
|
| 24 |
"A Perfume bottle, perched delicately on a rock by the ocean, with a breathtaking sunset casting a golden glow over the waves",
|
| 25 |
"A Bottle, placed on a rustic wooden table, viewed from a slight above angle, overlooking a serene beach, with seashells and driftwood artfully scattered around, bathed in the warm glow of the setting sun",
|
| 26 |
"A Sofa, In a snug, inviting room, a large sofa accompanied by plush cushions, a thick rug, book-filled shelves, potted plants, framed art, a coffee table with candles, a floor lamp, and gentle, warm lighting",
|
| 27 |
-
"A car, on a high-tech city street at night, surrounded by neon lights and holographic billboards, with sleek skyscrapers and flying cars in the background, a glowing cyber-road beneath",
|
| 28 |
"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"
|
| 29 |
]
|
| 30 |
example_list = [
|
|
@@ -46,15 +47,15 @@ example_list = [
|
|
| 46 |
False,
|
| 47 |
"examples/out6.png"
|
| 48 |
],
|
| 49 |
-
[
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
],
|
| 58 |
[
|
| 59 |
"examples/in1.png",
|
| 60 |
"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",
|
|
|
|
| 18 |
rmbgkey = os.getenv("RMBGKEY")
|
| 19 |
|
| 20 |
#fore, prompt, intensity, mode, refprompt, isrmbg
|
| 21 |
+
#erased this prompt
|
| 22 |
+
#"A car, on a high-tech city street at night, surrounded by neon lights and holographic billboards, with sleek skyscrapers and flying cars in the background, a glowing cyber-road beneath",
|
| 23 |
outputs_list = [["examples/out1.png"],["examples/out3.png"], ["examples/out4.png"],["examples/out5.png"],["examples/out6.png"],["examples/out7.png"],["examples/out2.png"]]
|
| 24 |
prompt_list = ["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",
|
| 25 |
"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",
|
| 26 |
"A Perfume bottle, perched delicately on a rock by the ocean, with a breathtaking sunset casting a golden glow over the waves",
|
| 27 |
"A Bottle, placed on a rustic wooden table, viewed from a slight above angle, overlooking a serene beach, with seashells and driftwood artfully scattered around, bathed in the warm glow of the setting sun",
|
| 28 |
"A Sofa, In a snug, inviting room, a large sofa accompanied by plush cushions, a thick rug, book-filled shelves, potted plants, framed art, a coffee table with candles, a floor lamp, and gentle, warm lighting",
|
|
|
|
| 29 |
"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"
|
| 30 |
]
|
| 31 |
example_list = [
|
|
|
|
| 47 |
False,
|
| 48 |
"examples/out6.png"
|
| 49 |
],
|
| 50 |
+
#[
|
| 51 |
+
# "examples/in7.png",
|
| 52 |
+
# "A car, on a high-tech city street at night, surrounded by neon lights and holographic billboards, with sleek skyscrapers and flying cars in the background, a glowing cyber-road beneath",
|
| 53 |
+
# 3.0,
|
| 54 |
+
# "full",
|
| 55 |
+
# "(( A light grey Car )), vibrant, reflections",
|
| 56 |
+
# False,
|
| 57 |
+
# "examples/out7.png"
|
| 58 |
+
#],
|
| 59 |
[
|
| 60 |
"examples/in1.png",
|
| 61 |
"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",
|