LeeRuben commited on
Commit
8a362aa
·
1 Parent(s): 2dc91cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,9 +17,9 @@ model = TFSegformerForSemanticSegmentation.from_pretrained(
17
  def ade_palette():
18
  """ADE20K palette that maps each class to RGB values."""
19
  return [
20
- [204, 87, 92],
21
- [112, 185, 212],
22
- [45, 189, 106],
23
  [234, 123, 67],
24
  [78, 56, 123],
25
  [210, 32, 89],
 
17
  def ade_palette():
18
  """ADE20K palette that maps each class to RGB values."""
19
  return [
20
+ [255, 0, 0],
21
+ [0, 255, 0],
22
+ [0, 0, 255],
23
  [234, 123, 67],
24
  [78, 56, 123],
25
  [210, 32, 89],