psinha823 commited on
Commit
ce4c095
·
1 Parent(s): 0abc9ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  from PIL import Image
5
  import tensorflow as tf
6
 
7
- model = tf.keras.models.load_model("/content/model1_acc96_kera.h5")
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("0abc9abd9b6150f1423997db8762442e15b6c792")
8
 
9
  # Function to preprocess the image and make predictions
10
  def classify_alzheimers_image(input_image):