Spaces:
Sleeping
Sleeping
added example images
Browse files- Border_Collie_dog.jpg +0 -0
- app.py +1 -1
- basset_hound2.jpg +0 -0
- german_sherpherd.jpg +0 -0
- 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
|