Spaces:
Sleeping
Sleeping
updated interface
Browse files
app.py
CHANGED
|
@@ -14,5 +14,5 @@ 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=
|
| 18 |
iface.launch()
|
|
|
|
| 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, examples=examples)
|
| 18 |
iface.launch()
|