ekenkel commited on
Commit
678d865
·
1 Parent(s): 8545d11

changed example pics

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. husky.jpg +0 -0
  3. poodle.jpg +0 -0
app.py CHANGED
@@ -16,7 +16,7 @@ learn = load_learner('dogIdentifierModel.pkl')
16
 
17
  image = gr.inputs.Image(shape=(192, 192))
18
  label = gr.outputs.Label()
19
- examples = ['golden-retriever.jpg', 'german-shepherd.jpg', 'dobermann.jpg', 'poodle.jpg']
20
 
21
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
22
  intf.launch(inline=False)
 
16
 
17
  image = gr.inputs.Image(shape=(192, 192))
18
  label = gr.outputs.Label()
19
+ examples = ['golden-retriever.jpg', 'german-shepherd.jpg', 'pinscher.jpg', 'husky.jpg']
20
 
21
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
22
  intf.launch(inline=False)
husky.jpg ADDED
poodle.jpg DELETED
Binary file (49.4 kB)