stshanks commited on
Commit
c0981ad
·
verified ·
1 Parent(s): 438a4b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import numpy as np
7
  from PIL import Image
8
 
9
  # Load the trained model
10
- model = tf.keras.models.load_model("prescription_model.h5")
11
 
12
  # Function to preprocess the uploaded image
13
  def preprocess_image(image):
 
7
  from PIL import Image
8
 
9
  # Load the trained model
10
+ model = tf.keras.models.load_model("prescription_classification_model.keras")
11
 
12
  # Function to preprocess the uploaded image
13
  def preprocess_image(image):