Spaces:
Running
Running
Lord Walnuts
commited on
Commit
·
1b37606
1
Parent(s):
6d31732
changed examples
Browse files
ada1.jpg
ADDED
|
ada2.jpg
DELETED
|
Binary file (94.9 kB)
|
|
|
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','
|
| 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']
|
| 16 |
|
| 17 |
intf = gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=examples)
|
| 18 |
intf.launch(inline=False)
|
tom1.jpg
DELETED
|
Binary file (27 kB)
|
|
|
tom3.jpeg
DELETED
|
Binary file (214 kB)
|
|
|