jungwoo3490 commited on
Commit
6e34c79
1 Parent(s): 9183e4e

Edit app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- [204, 87, 92],
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],