Update app.py
Browse files
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("
|
| 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 = [
|