Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import tensorflow as tf
|
|
3 |
import numpy as np
|
4 |
from PIL import Image
|
5 |
|
6 |
-
# Load your custom classification models
|
7 |
transfer_learning_model = tf.keras.models.load_model('model_mobilenet.keras')
|
8 |
|
9 |
# Class names, should match your dataset
|
|
|
3 |
import numpy as np
|
4 |
from PIL import Image
|
5 |
|
6 |
+
# Load your custom classification models
|
7 |
transfer_learning_model = tf.keras.models.load_model('model_mobilenet.keras')
|
8 |
|
9 |
# Class names, should match your dataset
|