Guillermo Uribe Vicencio commited on
Commit
faecb58
·
1 Parent(s): 79ef8af
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def apply_color_map(rgb, color_map=cdl_color_map):
69
  cont = np.where((rgb[0] == map_tmp['value']) & (rgb[1] == map_tmp['value']) & (rgb[2] == map_tmp['value']), 1, 0)
70
 
71
  print(map_tmp['label'])
72
- print(x)
73
  return rgb_mapped
74
 
75
 
 
69
  cont = np.where((rgb[0] == map_tmp['value']) & (rgb[1] == map_tmp['value']) & (rgb[2] == map_tmp['value']), 1, 0)
70
 
71
  print(map_tmp['label'])
72
+ print(cont)
73
  return rgb_mapped
74
 
75