Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import tensorflow as tf
|
|
4 |
from tensorflow.keras.preprocessing.image import img_to_array
|
5 |
import numpy as np
|
6 |
|
7 |
-
path_to_model = ""
|
8 |
|
9 |
# Load the trained model
|
10 |
model = tf.keras.models.load_model(path_to_model)
|
|
|
4 |
from tensorflow.keras.preprocessing.image import img_to_array
|
5 |
import numpy as np
|
6 |
|
7 |
+
path_to_model = "nova.h5"
|
8 |
|
9 |
# Load the trained model
|
10 |
model = tf.keras.models.load_model(path_to_model)
|