yuragoithf commited on
Commit
f2264dc
·
verified ·
1 Parent(s): c48b854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import keras.backend as K
7
 
8
  from matplotlib import pyplot as plt
9
  from PIL import Image
10
- from tensorflow import keras
11
 
12
 
13
  resized_shape = (768, 768, 3)
 
7
 
8
  from matplotlib import pyplot as plt
9
  from PIL import Image
10
+ import keras
11
 
12
 
13
  resized_shape = (768, 768, 3)