sanjay-subramanya commited on
Commit
3b516ff
1 Parent(s): e1885d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import segmentation_models as sm
6
 
7
  from matplotlib import pyplot as plt
8
 
 
9
  from tensorflow.keras import backend as K
10
  from tensorflow.keras.models import load_model
11
 
 
6
 
7
  from matplotlib import pyplot as plt
8
 
9
+ import tensorflow as tf
10
  from tensorflow.keras import backend as K
11
  from tensorflow.keras.models import load_model
12