uhlarlar commited on
Commit
933f641
·
1 Parent(s): 197802a

added example images

Browse files
Files changed (5) hide show
  1. Border_Collie_dog.jpg +0 -0
  2. app.py +1 -1
  3. basset_hound2.jpg +0 -0
  4. german_sherpherd.jpg +0 -0
  5. poodle.jpg +0 -0
Border_Collie_dog.jpg ADDED
app.py CHANGED
@@ -12,7 +12,7 @@ def classify_image(img):
12
 
13
  image = gr.inputs.Image(shape=(192,192))
14
  label = gr.outputs.Label()
15
-
16
 
17
  iface = gr.Interface(fn=classify_image, inputs="image", outputs="label")
18
  iface.launch()
 
12
 
13
  image = gr.inputs.Image(shape=(192,192))
14
  label = gr.outputs.Label()
15
+ examples = ['basset_hound2.jpg','Border_Collie_dog.jpg','german_sherpherd.jpg','poodle.jpg']
16
 
17
  iface = gr.Interface(fn=classify_image, inputs="image", outputs="label")
18
  iface.launch()
basset_hound2.jpg ADDED
german_sherpherd.jpg ADDED
poodle.jpg ADDED