minor updates
Browse files
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 |
|