membrfab commited on
Commit
aae29a4
1 Parent(s): f1b7333

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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