Vivekan commited on
Commit
231b5e3
1 Parent(s): 261bfa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import tensorflow as tf
8
  from tensorflow import keras
9
  from tensorflow.keras import layers
10
  import h5py
 
11
 
12
  hf = h5py.File('model.h5', 'r')
13
 
 
8
  from tensorflow import keras
9
  from tensorflow.keras import layers
10
  import h5py
11
+ img_height,img_width=180,180
12
 
13
  hf = h5py.File('model.h5', 'r')
14