Spaces:
Sleeping
Sleeping
Default any space not defined to be coloured white in the generated layout.
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def creativity(intensity):
|
|
45 |
|
46 |
housegan_labels = {"living_room": 1, "kitchen": 2, "bedroom": 3, "bathroom": 4, "missing": 5, "closet": 6,
|
47 |
"balcony": 7, "corridor": 8, "dining_room": 9, "laundry_room": 10}
|
48 |
-
default_color = [
|
49 |
architext_colors = [[0, 0, 0], [249, 222, 182], [195, 209, 217], [250, 120, 128], [126, 202, 234], [190, 0, 198], [255, 255, 255],
|
50 |
[6, 53, 17], [17, 33, 58], [132, 151, 246], [197, 203, 159], [6, 53, 17],]
|
51 |
|
|
|
45 |
|
46 |
housegan_labels = {"living_room": 1, "kitchen": 2, "bedroom": 3, "bathroom": 4, "missing": 5, "closet": 6,
|
47 |
"balcony": 7, "corridor": 8, "dining_room": 9, "laundry_room": 10}
|
48 |
+
default_color = [255, 255, 255]
|
49 |
architext_colors = [[0, 0, 0], [249, 222, 182], [195, 209, 217], [250, 120, 128], [126, 202, 234], [190, 0, 198], [255, 255, 255],
|
50 |
[6, 53, 17], [17, 33, 58], [132, 151, 246], [197, 203, 159], [6, 53, 17],]
|
51 |
|