Akshay-Vs commited on
Commit
f612bb0
1 Parent(s): f3a6a33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)