Spaces:
Sleeping
Sleeping
jungwoo3490
commited on
Commit
·
6e34c79
1
Parent(s):
9183e4e
Edit app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ model = TFSegformerForSemanticSegmentation.from_pretrained(
|
|
17 |
def ade_palette():
|
18 |
"""ADE20K palette that maps each class to RGB values."""
|
19 |
return [
|
20 |
-
[
|
21 |
[67, 123, 89],
|
22 |
[32, 90, 210],
|
23 |
[56, 156, 200],
|
|
|
17 |
def ade_palette():
|
18 |
"""ADE20K palette that maps each class to RGB values."""
|
19 |
return [
|
20 |
+
[112, 189, 78],
|
21 |
[67, 123, 89],
|
22 |
[32, 90, 210],
|
23 |
[56, 156, 200],
|