panda47 commited on
Commit
1ed5c79
·
1 Parent(s): f32e96c

Update 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
- [255, 0, 0],
21
  [85, 0, 0],
22
  [255, 193, 158],
23
  [255, 94, 0],
 
17
  def ade_palette():
18
  """ADE20K palette that maps each class to RGB values."""
19
  return [
20
+
21
  [85, 0, 0],
22
  [255, 193, 158],
23
  [255, 94, 0],