Spaces:
Sleeping
Sleeping
Add corridor.
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def creativity(intensity):
|
|
44 |
return top_p, top_k
|
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 |
architext_colors = [[0, 0, 0], [249, 222, 182], [195, 209, 217], [250, 120, 128], [126, 202, 234], [190, 0, 198], [255, 255, 255],
|
49 |
[6, 53, 17], [17, 33, 58], [132, 151, 246], [197, 203, 159], [6, 53, 17],]
|
50 |
|
|
|
44 |
return top_p, top_k
|
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, "corridor": 8}
|
48 |
architext_colors = [[0, 0, 0], [249, 222, 182], [195, 209, 217], [250, 120, 128], [126, 202, 234], [190, 0, 198], [255, 255, 255],
|
49 |
[6, 53, 17], [17, 33, 58], [132, 151, 246], [197, 203, 159], [6, 53, 17],]
|
50 |
|