Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -40,6 +40,21 @@ layout_examples = [
|
|
40 |
"A modern bedroom",
|
41 |
"examples/layout_output.jpg",
|
42 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
]
|
44 |
|
45 |
|
|
|
40 |
"A modern bedroom",
|
41 |
"examples/layout_output.jpg",
|
42 |
],
|
43 |
+
[
|
44 |
+
"examples/living_and_dining_room_input.jpg",
|
45 |
+
"A modern living and dining room",
|
46 |
+
"examples/living_and_dining_room_output.jpg",
|
47 |
+
],
|
48 |
+
[
|
49 |
+
"examples/living_room_input.jpg",
|
50 |
+
"A living room",
|
51 |
+
"examples/living_room_output.jpg",
|
52 |
+
],
|
53 |
+
[
|
54 |
+
"examples/kitchen_input.jpg",
|
55 |
+
"A furnished kitchen",
|
56 |
+
"examples/kitchen_output.jpg",
|
57 |
+
],
|
58 |
]
|
59 |
|
60 |
|