Update app.py
Browse files
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 |
-
|
| 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 |
# ==========================================
|