miao1234 commited on
Commit
4bcd731
·
1 Parent(s): 7453a06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -26,7 +26,17 @@ def ade_palette():
26
  [128, 0, 128],
27
  [255, 0, 255],
28
  [128, 128, 128],
29
-
 
 
 
 
 
 
 
 
 
 
30
  ]
31
 
32
  labels_list = []
 
26
  [128, 0, 128],
27
  [255, 0, 255],
28
  [128, 128, 128],
29
+ [255, 0, 0],
30
+ [255, 255, 0],
31
+ [0, 128, 0],
32
+ [0, 0, 255],
33
+ [0, 0, 128],
34
+ [128, 0, 128],
35
+ [255, 0, 255],
36
+ [128, 128, 128],
37
+ [255, 0, 0],
38
+ [255, 255, 0],
39
+
40
  ]
41
 
42
  labels_list = []