srijaydeshpande commited on
Commit
5840d6c
·
verified ·
1 Parent(s): ed54dd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ color_map = {
30
  'others' : (8, 133, 161) # cyan
31
  }
32
  class_labels = ['outside_roi', 'tumor', 'stroma', 'inflammatory', 'necrosis', 'others']
33
- colors = ['white', 'red', 'blue', 'green', 'yello', 'cyan']
34
 
35
  class SPADE(nn.Module):
36
  def __init__(self, norm_nc, label_nc, norm):
 
30
  'others' : (8, 133, 161) # cyan
31
  }
32
  class_labels = ['outside_roi', 'tumor', 'stroma', 'inflammatory', 'necrosis', 'others']
33
+ colors = ['white', 'red', 'blue', 'green', 'yellow', 'cyan']
34
 
35
  class SPADE(nn.Module):
36
  def __init__(self, norm_nc, label_nc, norm):