teamtom commited on
Commit
378fd2a
·
1 Parent(s): 3b678fd

more cats as examples

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. cat.4764.jpg +3 -0
  3. cat.4782.jpg +3 -0
app.py CHANGED
@@ -20,7 +20,7 @@ def classify_image(img):
20
 
21
  image = gr.inputs.Image(shape=(192,192))
22
  label = gr.outputs.Label()
23
- examples = ['img_20180720_163054.jpg', 'img_20210614_141029.jpg', 'img_20210614_140945.jpg', 'img_20210613_193627.jpg', 'img_20210613_184022.jpg']
24
 
25
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
26
  iface.launch()
 
20
 
21
  image = gr.inputs.Image(shape=(192,192))
22
  label = gr.outputs.Label()
23
+ examples = ['img_20180720_163054.jpg', 'img_20210614_141029.jpg', 'img_20210614_140945.jpg', 'img_20210613_193627.jpg', 'img_20210613_184022.jpg', 'cat.4764.jpg', 'cat.4782.jpg']
24
 
25
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
26
  iface.launch()
cat.4764.jpg ADDED

Git LFS Details

  • SHA256: b43c9950d23fd1db1ee62cde9d6f51540862bee9ca86e7e17f184fe8495c5f6f
  • Pointer size: 130 Bytes
  • Size of remote file: 23.7 kB
cat.4782.jpg ADDED

Git LFS Details

  • SHA256: b790554f10e4d895d37e8540c1aa2b4c371453fa0506a68bca1c7b1bd1de9146
  • Pointer size: 130 Bytes
  • Size of remote file: 18.6 kB