Spaces:
Running
Running
sandrocalzada
commited on
Commit
•
9d84828
1
Parent(s):
d95808a
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import tensorflow as tf
|
|
4 |
import cv2
|
5 |
|
6 |
# Load your trained model
|
7 |
-
model = tf.keras.models.load_model('path_to_your_model.h5')
|
8 |
|
9 |
def predict_gender(image):
|
10 |
# Convert image to format expected by your model & preprocess
|
|
|
4 |
import cv2
|
5 |
|
6 |
# Load your trained model
|
7 |
+
#model = tf.keras.models.load_model('path_to_your_model.h5')
|
8 |
|
9 |
def predict_gender(image):
|
10 |
# Convert image to format expected by your model & preprocess
|