Spaces:
Sleeping
Sleeping
toheedakhtar
commited on
Commit
·
cd78c4a
1
Parent(s):
b937508
tweaks
Browse files
004.jpg
ADDED
![]() |
app.py
CHANGED
@@ -21,7 +21,7 @@ def classify_img(image):
|
|
21 |
|
22 |
image = gr.Image(shape=(224,224))
|
23 |
label = gr.Label()
|
24 |
-
examples = ['001.jpg',
|
25 |
|
26 |
intf = gr.Interface(fn=classify_img, inputs=image, outputs=label, examples=examples)
|
27 |
intf.launch(inline=False)
|
|
|
21 |
|
22 |
image = gr.Image(shape=(224,224))
|
23 |
label = gr.Label()
|
24 |
+
examples = ['001.jpg','002.jpg','007.jpg','008.jpg','004.jpg']
|
25 |
|
26 |
intf = gr.Interface(fn=classify_img, inputs=image, outputs=label, examples=examples)
|
27 |
intf.launch(inline=False)
|