hb-setosys commited on
Commit
20d3dff
·
verified ·
1 Parent(s): 5620b07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ import gradio as gr
2
  import tensorflow as tf
3
  import numpy as np
4
 
5
- # Load the trained model
6
- model = tf.keras.models.load_model("denis_mnist_cnn_model_v4.h5")
7
 
8
  # Preprocessing function for images
9
  def preprocess_image(image):
 
2
  import tensorflow as tf
3
  import numpy as np
4
 
5
+ # Load the trained model denis_mnist_cnn_model_v4.h5
6
+ model = tf.keras.models.load_model("denis_mnist_cnn_model.h5")
7
 
8
  # Preprocessing function for images
9
  def preprocess_image(image):