BenBurke commited on
Commit
6a811e7
1 Parent(s): 6df14f5

adding more plant examples

Browse files
Files changed (4) hide show
  1. app.py +1 -1
  2. box_elder.jpg +0 -0
  3. jack_in_the_pulpit.jpg +0 -0
  4. virgina_creeper.jpg +0 -0
app.py CHANGED
@@ -14,7 +14,7 @@ learn = load_learner('model_1.pkl')
14
  # %%
15
  image = gr.inputs.Image(shape=(192,192))
16
  label = gr.outputs.Label()
17
- examples= ['poison_ivy.jpg']
18
 
19
  intf = gr.Interface(fn=classify_image, inputs=image, outputs = label, examples = examples)
20
  intf.launch(inline=False)
 
14
  # %%
15
  image = gr.inputs.Image(shape=(192,192))
16
  label = gr.outputs.Label()
17
+ examples= ['poison_ivy.jpg', 'virgina_creeper.jpg', 'box_elder.jpg','box_elder.jpg']
18
 
19
  intf = gr.Interface(fn=classify_image, inputs=image, outputs = label, examples = examples)
20
  intf.launch(inline=False)
box_elder.jpg ADDED
jack_in_the_pulpit.jpg ADDED
virgina_creeper.jpg ADDED