veronhii commited on
Commit
abbfcd2
·
1 Parent(s): f6a4ec4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def predict_fn(img):
26
  return CLASS_LABEL[class_index]
27
 
28
 
29
- model = tf.keras.models.load_model("05model.h5")
30
 
31
  interface = gr.Interface(predict_fn, gr.inputs.Image(type='pil'), outputs='label')
32
  interface.launch()
 
26
  return CLASS_LABEL[class_index]
27
 
28
 
29
+ model = tf.keras.models.load_model("Xception.h5")
30
 
31
  interface = gr.Interface(predict_fn, gr.inputs.Image(type='pil'), outputs='label')
32
  interface.launch()