Spaces:
Runtime error
Runtime error
sindhoorar
commited on
Commit
•
e6bd02a
1
Parent(s):
75bde09
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from keras.applications.imagenet_utils import preprocess_input
|
|
7 |
|
8 |
|
9 |
# Load the model
|
10 |
-
model = load_model('
|
11 |
|
12 |
def classify_image(inp):
|
13 |
inp = inp.reshape((-1, 224, 224, 3))
|
|
|
7 |
|
8 |
|
9 |
# Load the model
|
10 |
+
model = load_model('dementia.h5')
|
11 |
|
12 |
def classify_image(inp):
|
13 |
inp = inp.reshape((-1, 224, 224, 3))
|