jpterry commited on
Commit
838ce7d
·
1 Parent(s): 3a8cbce

minor updates

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -173,8 +173,8 @@ def predict_and_analyze(model_name, num_channels, dim, image):
173
  activation_1 = normalize_array(activation_1)
174
  activation_2 = normalize_array(activation_2)
175
 
176
- # convert input image to RGB
177
- input_pil_image = Image.fromarray(np.uint8(cm.magma(input_image)*255))
178
 
179
  print("Plotting")
180
 
 
173
  activation_1 = normalize_array(activation_1)
174
  activation_2 = normalize_array(activation_2)
175
 
176
+ # convert input image to RGB (unused for now since not outputting actual image)
177
+ # input_pil_image = Image.fromarray(np.uint8(cm.magma(input_image)*255))
178
 
179
  print("Plotting")
180