jayasuriyaK
commited on
Update app.py
Browse files
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("
|
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'}
|