pavankm96 commited on
Commit
fef9f79
1 Parent(s): f91d093

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
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("path/to/your/model.h5")
 
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")