Yoon310 commited on
Commit
2b763b9
1 Parent(s): 7d07b59

initial commit

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
- [255, 0, 0]
21
  [204, 87, 92],
22
  [112, 185, 212],
23
  [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],