ysmao commited on
Commit
9633dc9
1 Parent(s): 4f35eeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -0
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