Spaces:
Sleeping
Sleeping
modif app
Browse files
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']
|
| 34 |
|
| 35 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 36 |
intf.launch(share=True)
|