stshanks commited on
Commit
f96e87a
·
verified ·
1 Parent(s): eb14b10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import numpy as np
8
  from PIL import Image
9
 
10
  # Load the trained model
11
- model = tf.keras.models.load_model("prescription_model.h5")
12
 
13
  # Define the 78 drug names in the exact order corresponding to your model's output classes
14
  CLASS_NAMES = [
 
8
  from PIL import Image
9
 
10
  # Load the trained model
11
+ model = tf.keras.models.load_model("prescription_classification_model.keras")
12
 
13
  # Define the 78 drug names in the exact order corresponding to your model's output classes
14
  CLASS_NAMES = [