m0hsin123 commited on
Commit
5381512
·
verified ·
1 Parent(s): e9b808b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -18,8 +18,7 @@ SEG_IMG_SIZE = 224
18
  CLS_IMG_SIZE = 224
19
 
20
  # Class Labels (Ensure these match your folder indices 0,1,2,3)
21
- # Usually: 0: Glioma, 1: Meningioma, 2: No Tumor, 3: Pituitary
22
- # Adjust based on your specific dataset folder mapping if different
23
  CLASSES = {0: 'No Tumor', 1: 'Glioma Tumor', 2: 'Meningioma Tumor', 3: 'Pituitary Tumor'}
24
 
25
  # ==========================================
 
18
  CLS_IMG_SIZE = 224
19
 
20
  # Class Labels (Ensure these match your folder indices 0,1,2,3)
21
+
 
22
  CLASSES = {0: 'No Tumor', 1: 'Glioma Tumor', 2: 'Meningioma Tumor', 3: 'Pituitary Tumor'}
23
 
24
  # ==========================================