sanjay-subramanya commited on
Commit
3c49a0a
1 Parent(s): 6fad507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import segmentation_models as sm
6
 
7
  from matplotlib import pyplot as plt
8
 
9
- from keras import backend as K
10
- from keras.models import load_model
11
 
12
  import gradio as gr
13
 
 
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
 
12
  import gradio as gr
13