Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,9 @@ import numpy as np
|
|
4 |
from PIL import Image
|
5 |
import tensorflow as tf
|
6 |
|
7 |
-
model = tf.keras.models.load_model("
|
|
|
|
|
8 |
|
9 |
# Function to preprocess the image and make predictions
|
10 |
def classify_alzheimers_image(input_image):
|
|
|
4 |
from PIL import Image
|
5 |
import tensorflow as tf
|
6 |
|
7 |
+
model = tf.keras.models.load_model("AD_Classification
|
8 |
+
/
|
9 |
+
model1_acc96_kera.h5")
|
10 |
|
11 |
# Function to preprocess the image and make predictions
|
12 |
def classify_alzheimers_image(input_image):
|