Spaces:
Running
Running
Lord Walnuts
commited on
Commit
·
df4f19c
1
Parent(s):
bac6c08
exs
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def classify_image(img):
|
|
12 |
|
13 |
image = gr.inputs.Image(shape=(192,192))
|
14 |
label = gr.outputs.Label()
|
15 |
-
examples = ['art1.jpg','john1.jpg','ada1.jpg']
|
16 |
|
17 |
intf = gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=examples)
|
18 |
intf.launch(inline=False)
|
|
|
12 |
|
13 |
image = gr.inputs.Image(shape=(192,192))
|
14 |
label = gr.outputs.Label()
|
15 |
+
examples = ['art1.jpg','john1.jpg','ada1.jpg','mic1.jpg','tom1.jpg']
|
16 |
|
17 |
intf = gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=examples)
|
18 |
intf.launch(inline=False)
|