kamau1 commited on
Commit
64202ae
·
1 Parent(s): 8e8bbcc

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
4
  from PIL import Image
5
 
6
- model_path = "/models"
7
  model = tf.saved_model.load(model_path)
8
 
9
  classes = [ "bleached" , "healthy" , ]
 
3
  import numpy
4
  from PIL import Image
5
 
6
+ model_path = "models"
7
  model = tf.saved_model.load(model_path)
8
 
9
  classes = [ "bleached" , "healthy" , ]