jumashafara commited on
Commit
1c917f0
·
1 Parent(s): 16deb46

updated example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def classify(img):
13
 
14
  image = gr.inputs.Image(shape=(224))
15
  label = gr.outputs.Label()
16
- example = ['Tomato___Bacterial_spot', 'Tomato___Early_blight']
17
 
18
  interface = gr.Interface(fn=classify,
19
  inputs='image',
 
13
 
14
  image = gr.inputs.Image(shape=(224))
15
  label = gr.outputs.Label()
16
+ example = ['Tomato___Bacterial_spot.JPG', 'Tomato___Early_blight.JPG']
17
 
18
  interface = gr.Interface(fn=classify,
19
  inputs='image',