Spaces:
Sleeping
Sleeping
new example
Browse files- app.py +1 -1
- boletus.jpg +0 -0
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def classify_image(img):
|
|
| 30 |
|
| 31 |
image = gr.Image(height=192, width=192)
|
| 32 |
label = gr.Label()
|
| 33 |
-
examples = ['amanite.jpg', 'truffle.jpg']
|
| 34 |
|
| 35 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 36 |
intf.launch(share=True)
|
|
|
|
| 30 |
|
| 31 |
image = gr.Image(height=192, width=192)
|
| 32 |
label = gr.Label()
|
| 33 |
+
examples = ['amanite.jpg', 'truffle.jpg', "boletus.jpg"]
|
| 34 |
|
| 35 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 36 |
intf.launch(share=True)
|
boletus.jpg
ADDED
|