edited path of gatto and doggy
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def classify_image(img):
|
|
| 27 |
|
| 28 |
image = gr.Image(height=192, width=192)
|
| 29 |
label = gr.Label()
|
| 30 |
-
examples = ['doggy.jpg','gatto.jpg']
|
| 31 |
|
| 32 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 33 |
intf.launch(inline=False)
|
|
|
|
| 27 |
|
| 28 |
image = gr.Image(height=192, width=192)
|
| 29 |
label = gr.Label()
|
| 30 |
+
examples = ['/app/doggy.jpg','/app/gatto.jpg']
|
| 31 |
|
| 32 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 33 |
intf.launch(inline=False)
|