Yoon310 commited on
Commit
38d25fc
1 Parent(s): 4b75734

initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +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
  [112, 185, 212],
22
  [45, 189, 106],
 
17
  def ade_palette():
18
  """ADE20K palette that maps each class to RGB values."""
19
  return [
20
+ [255, 0, 0]
21
  [204, 87, 92],
22
  [112, 185, 212],
23
  [45, 189, 106],