Update model.py
Browse files
model.py
CHANGED
@@ -15,4 +15,4 @@ class BrainTumorDetector:
|
|
15 |
return predictions
|
16 |
|
17 |
# Initialize the model detector (this path will be relative to your model repository)
|
18 |
-
detector = BrainTumorDetector("
|
|
|
15 |
return predictions
|
16 |
|
17 |
# Initialize the model detector (this path will be relative to your model repository)
|
18 |
+
detector = BrainTumorDetector("Brain_tumor_pred.h5")
|