OmerFarooq commited on
Commit
080f6e6
1 Parent(s): 8849d6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ from keras.models import Model
6
  import PIL
7
  from PIL import Image
8
  import gradio as gr
 
9
 
10
  base_model = keras.applications.Xception(
11
  # weights = "../input/xception/xception_weights_tf_dim_ordering_tf_kernels_notop.h5",
 
6
  import PIL
7
  from PIL import Image
8
  import gradio as gr
9
+ import matplotlib.cm as cm
10
 
11
  base_model = keras.applications.Xception(
12
  # weights = "../input/xception/xception_weights_tf_dim_ordering_tf_kernels_notop.h5",