Spaces:
Sleeping
Sleeping
提交
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def classify_image(img):
|
|
| 16 |
|
| 17 |
image = Image(shape=(192,192))
|
| 18 |
label = Label()
|
| 19 |
-
examples = ['img_0.
|
| 20 |
|
| 21 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 22 |
intf.launch(inline=False)
|
|
|
|
| 16 |
|
| 17 |
image = Image(shape=(192,192))
|
| 18 |
label = Label()
|
| 19 |
+
examples = ['img_0.jpg', 'img_1.jpg', 'img_2.jpg', 'img_4.jpg', 'img_7.jpg']
|
| 20 |
|
| 21 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 22 |
intf.launch(inline=False)
|
img_0.png
DELETED
|
Binary file (2.59 kB)
|
|
|