papasega commited on
Commit
cf652b0
·
verified ·
1 Parent(s): 4cf48c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  import cv2 # opencv-python
5
 
6
 
7
- model = tf.keras.models.load_model("/content/TP_MNIST_CNN_model.h5")
8
 
9
 
10
  def preprocess_image(img):
 
4
  import cv2 # opencv-python
5
 
6
 
7
+ model = tf.keras.models.load_model("TP_MNIST_CNN_model.h5")
8
 
9
 
10
  def preprocess_image(img):