Update 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 |
[85, 0, 0],
|
| 22 |
[255, 193, 158],
|
| 23 |
[255, 94, 0],
|
|
|
|
| 17 |
def ade_palette():
|
| 18 |
"""ADE20K palette that maps each class to RGB values."""
|
| 19 |
return [
|
| 20 |
+
[255, 0, 0],
|
| 21 |
[85, 0, 0],
|
| 22 |
[255, 193, 158],
|
| 23 |
[255, 94, 0],
|