Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,28 +20,28 @@ rmbgkey = os.getenv("RMBGKEY")
|
|
| 20 |
example_list = [
|
| 21 |
[
|
| 22 |
"examples/in1.png",
|
| 23 |
-
"
|
| 24 |
-
3.
|
| 25 |
"full",
|
| 26 |
-
"
|
| 27 |
False,
|
| 28 |
"examples/out1.png",
|
| 29 |
],
|
| 30 |
[
|
| 31 |
"examples/in2.jpg",
|
| 32 |
-
"
|
| 33 |
-
|
| 34 |
"full",
|
| 35 |
-
"
|
| 36 |
-
|
| 37 |
"examples/out3.png",
|
| 38 |
],
|
| 39 |
[
|
| 40 |
"examples/in3.jpg",
|
| 41 |
-
"
|
| 42 |
-
|
| 43 |
"full",
|
| 44 |
-
"vibrant,
|
| 45 |
False,
|
| 46 |
"examples/out3.png",
|
| 47 |
],
|
|
@@ -364,7 +364,7 @@ with block:
|
|
| 364 |
<center><h2><a href="https://test-apidash-dot-lightr-fotographer-app-dot-fotographer-ai.an.r.appspot.com/login.html">🔗 Check Out our other Projects Here!:</a></h2></center>""")
|
| 365 |
|
| 366 |
with gr.Row():
|
| 367 |
-
imgholder = gr.Image(visible=False, label='
|
| 368 |
gr.Examples(
|
| 369 |
fn=lambda *args: [args[-1]],
|
| 370 |
examples=example_list,
|
|
|
|
| 20 |
example_list = [
|
| 21 |
[
|
| 22 |
"examples/in1.png",
|
| 23 |
+
"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",
|
| 24 |
+
3.50,
|
| 25 |
"full",
|
| 26 |
+
"A transparent Bottle, Sunset",
|
| 27 |
False,
|
| 28 |
"examples/out1.png",
|
| 29 |
],
|
| 30 |
[
|
| 31 |
"examples/in2.jpg",
|
| 32 |
+
"A chair, placed in a modern loft with floor-to-ceiling windows, surrounded by potted plants and abstract art pieces, with a plush rug beneath, minimalistic bookshelves in the background, accented lighting, a sleek coffee table with magazines and a steaming cup of coffee, and cozy throw pillows scattered on it.",
|
| 33 |
+
3.50,
|
| 34 |
"full",
|
| 35 |
+
"A chair, interior, studio light",
|
| 36 |
+
True,
|
| 37 |
"examples/out3.png",
|
| 38 |
],
|
| 39 |
[
|
| 40 |
"examples/in3.jpg",
|
| 41 |
+
"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",
|
| 42 |
+
3.0,
|
| 43 |
"full",
|
| 44 |
+
"A Car, vibrant, reflections",
|
| 45 |
False,
|
| 46 |
"examples/out3.png",
|
| 47 |
],
|
|
|
|
| 364 |
<center><h2><a href="https://test-apidash-dot-lightr-fotographer-app-dot-fotographer-ai.an.r.appspot.com/login.html">🔗 Check Out our other Projects Here!:</a></h2></center>""")
|
| 365 |
|
| 366 |
with gr.Row():
|
| 367 |
+
imgholder = gr.Image(visible=False, label='Outputs')
|
| 368 |
gr.Examples(
|
| 369 |
fn=lambda *args: [args[-1]],
|
| 370 |
examples=example_list,
|