UnYong00 commited on
Commit
3100d48
·
1 Parent(s): 37a6890
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ model = TFSegformerForSemanticSegmentation.from_pretrained(
15
  )
16
 
17
  def ade_palette():
18
- """ADE20K palette that maps each class to RGB values."""
19
  return [
20
  [255, 0, 0],
21
  [85, 0, 0],
 
15
  )
16
 
17
  def ade_palette():
18
+
19
  return [
20
  [255, 0, 0],
21
  [85, 0, 0],