Spaces:
Sleeping
Sleeping
mural classification
Browse files- app.py +4 -4
- black.jpg +0 -0
- export.pkl +2 -2
- grizzly.jpg +0 -0
- orozco.jpg +0 -0
- rivera.jpg +0 -0
- siqueiros.jpg +0 -0
- 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="
|
20 |
-
description="Upload a photo of a
|
21 |
-
article="This classifier can distinguish between
|
22 |
-
examples=['
|
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:
|
3 |
-
size
|
|
|
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)
|
|