Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ class BrainTumorExplainer:
|
|
| 15 |
Args:
|
| 16 |
model_path (str): Path to the saved model weights
|
| 17 |
"""
|
| 18 |
-
self.tumor_types = ["Glioma",
|
| 19 |
self.model = self.load_model(model_path)
|
| 20 |
|
| 21 |
def load_model(self, weights_path):
|
|
|
|
| 15 |
Args:
|
| 16 |
model_path (str): Path to the saved model weights
|
| 17 |
"""
|
| 18 |
+
self.tumor_types = ["Glioma","Meningioma","pituitary_tumor"]
|
| 19 |
self.model = self.load_model(model_path)
|
| 20 |
|
| 21 |
def load_model(self, weights_path):
|