Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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):
|