jayasuriyaK commited on
Commit
6fff063
·
verified ·
1 Parent(s): 64b15de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import numpy as np
8
  from transformers import pipeline
9
 
10
  # Load the Keras model
11
- model = load_model("Brain_Tumor_Classification/Tumour_model(V19).h5")
12
 
13
  # Define the class reference dictionary
14
  ref = {0: 'Glioma', 1: 'Meningioma', 2: 'No Tumor', 3: 'Pituitary'}
 
8
  from transformers import pipeline
9
 
10
  # Load the Keras model
11
+ model = load_model("/home/user/app/Tumour_Model(V19).h5")
12
 
13
  # Define the class reference dictionary
14
  ref = {0: 'Glioma', 1: 'Meningioma', 2: 'No Tumor', 3: 'Pituitary'}