rezaenayati commited on
Commit
b024762
·
verified ·
1 Parent(s): b0bbb9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import numpy as np
3
  import tensorflow as tf
4
 
5
  # Load the model
6
- model = tf.keras.models.load_model("cnn_model.h5")
7
 
8
 
9
  def predict(input_dict):
 
3
  import tensorflow as tf
4
 
5
  # Load the model
6
+ model = tf.keras.models.load_model("cnn_model_v2.h5")
7
 
8
 
9
  def predict(input_dict):