Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import tensorflow as tf
|
|
3 |
import numpy as np
|
4 |
|
5 |
# Load your trained TensorFlow model
|
6 |
-
model = tf.keras.models.load_model('
|
7 |
|
8 |
# Define a function to make predictions
|
9 |
def classify_image(input_image):
|
|
|
3 |
import numpy as np
|
4 |
|
5 |
# Load your trained TensorFlow model
|
6 |
+
model = tf.keras.models.load_model('modelo_treinado.h5') # Load your saved model
|
7 |
|
8 |
# Define a function to make predictions
|
9 |
def classify_image(input_image):
|