Rdad commited on
Commit
19a1e2f
·
1 Parent(s): c7e4529

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  import tensorflow as tf
6
 
7
  # Load the model
8
- model = tf.keras.models.load_model('model_CNN.h5')
9
 
10
  # Preprocess the image
11
  def preprocess_image(image):
 
5
  import tensorflow as tf
6
 
7
  # Load the model
8
+ model = tf.keras.models.load_model('keras_model.h5')
9
 
10
  # Preprocess the image
11
  def preprocess_image(image):