add medrosa to samples
Browse files- app.py +1 -1
- medrosa.jpg +0 -0
app.py
CHANGED
@@ -56,4 +56,4 @@ def classify_image(in_image):
|
|
56 |
image = gr.Image(type='pil')
|
57 |
output = gr.AnnotatedImage()
|
58 |
|
59 |
-
gr.Interface(fn=classify_image, inputs=image, outputs=output, examples = [["
|
|
|
56 |
image = gr.Image(type='pil')
|
57 |
output = gr.AnnotatedImage()
|
58 |
|
59 |
+
gr.Interface(fn=classify_image, inputs=image, outputs=output, examples = [["medrosa.jpg"],["guaraci.jpg"],["marcela.jpg"]]).launch()
|
medrosa.jpg
ADDED
![]() |