veronhii commited on
Commit
9ce5da8
·
1 Parent(s): 6e2940e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,5 +23,5 @@ def predict_fn(img):
23
 
24
  model = tf.keras.models.load_model("model.h5")
25
 
26
- interface = gr.Interface(predict_fn, gr.inputs.Image(type='PIL'), outputs='label', examples=path,)
27
  interface.launch()
 
23
 
24
  model = tf.keras.models.load_model("model.h5")
25
 
26
+ interface = gr.Interface(predict_fn, gr.inputs.Image(type='pil'), outputs='label', examples=path,)
27
  interface.launch()