Noe831 commited on
Commit
499ed76
·
1 Parent(s): e82b232

mural classification

Browse files
Files changed (8) hide show
  1. app.py +4 -4
  2. black.jpg +0 -0
  3. export.pkl +2 -2
  4. grizzly.jpg +0 -0
  5. orozco.jpg +0 -0
  6. rivera.jpg +0 -0
  7. siqueiros.jpg +0 -0
  8. teddy.jpg +0 -0
app.py CHANGED
@@ -16,9 +16,9 @@ interface = gr.Interface(
16
  fn=classify_image,
17
  inputs=gr.Image(height=512, width=512),
18
  outputs=gr.Label(num_top_classes=3),
19
- title="Bear Classifier",
20
- description="Upload a photo of a bear.",
21
- article="This classifier can distinguish between black, grizzly, and teddy bears.",
22
- examples=['grizzly.jpg', 'black.jpg', 'teddy.jpg']
23
  )
24
  interface.launch(share=True)
 
16
  fn=classify_image,
17
  inputs=gr.Image(height=512, width=512),
18
  outputs=gr.Label(num_top_classes=3),
19
+ title="Mexican Muralist Classifier",
20
+ description="Upload a photo of a mural created by Rivera, Orozco or Siqueiros.",
21
+ article="This classifier can distinguish between the murals created by these three great artists.",
22
+ examples=['siqueiros.jpg', 'rivera.jpg', 'orozco.jpg']
23
  )
24
  interface.launch(share=True)
black.jpg DELETED
Binary file (5.49 kB)
 
export.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb16d427d20e5ed16d133a595707da69ef882e33dad6a5918a529e8faffa4762
3
- size 46973374
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3a7e51f5891a7ffcd05ac1f1da88c6da06a1ef10b4df3d751da95f05fba9c5e
3
+ size 46974334
grizzly.jpg DELETED
Binary file (9.54 kB)
 
orozco.jpg ADDED
rivera.jpg ADDED
siqueiros.jpg ADDED
teddy.jpg DELETED
Binary file (23.6 kB)