Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def classify_img(img):
|
|
13 |
|
14 |
image = gr.inputs.Image(shape=(128, 128))
|
15 |
label = gr.outputs.Label()
|
16 |
-
examples = ["lala.
|
17 |
|
18 |
title = "02 or lala classifier"
|
19 |
|
|
|
13 |
|
14 |
image = gr.inputs.Image(shape=(128, 128))
|
15 |
label = gr.outputs.Label()
|
16 |
+
examples = ["lala.jpg", "02.png"]
|
17 |
|
18 |
title = "02 or lala classifier"
|
19 |
|