Lauren Mitchell commited on
Commit
a800bc3
1 Parent(s): efe349c
Files changed (2) hide show
  1. app.py +1 -1
  2. model.pkl +2 -2
app.py CHANGED
@@ -16,7 +16,7 @@ image = gr.inputs.Image(shape=(192, 192))
16
  label = gr.outputs.Label()
17
  examples = ['dog.jpg', 'cat.jpeg', 'Dat.jpg']
18
 
19
- intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, title= 'Cat or Dog', description='Trying it out')
20
 
21
  intf.launch(inline=False)
22
 
 
16
  label = gr.outputs.Label()
17
  examples = ['dog.jpg', 'cat.jpeg', 'Dat.jpg']
18
 
19
+ intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, cache_examples=False, title= 'Cat or Dog', description='Trying it out')
20
 
21
  intf.launch(inline=False)
22
 
model.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e31f8455b1426734e521c89dbe3c460255923aa2d277f8a89f54b87e385ebe4
3
- size 47061419
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b9d0a32ad29683fc10f52b8798eacfff8047ec6a6b3d925e122a0968d18328c
3
+ size 46975521