TroglodyteDerivations commited on
Commit
1363137
1 Parent(s): e7b38f1

Updated lines 55-58 with: Folder imports of Crystal Clean images

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -52,10 +52,10 @@ def display_images_and_predictions(image_paths, predictions, true_labels, figsiz
52
 
53
  # Image paths
54
  image_paths = [
55
- 'N_1.jpg',
56
- 'G_1.jpg',
57
- 'M_1.jpg',
58
- 'P_1.jpg'
59
  ]
60
 
61
  # True labels for images
 
52
 
53
  # Image paths
54
  image_paths = [
55
+ '/Normal/N_1.jpg',
56
+ '/Glioma Tumor/G_1.jpg',
57
+ '/Meningioma Tumor/M_1.jpg',
58
+ '/Pituitary Tumor/P_1.jpg'
59
  ]
60
 
61
  # True labels for images