Spaces:
Running
Running
Commit
·
6d31732
1
Parent(s):
1cc9a6b
Update app.py
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','tom3.
|
| 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','tom3.jpeg','ada2.jpg']
|
| 16 |
|
| 17 |
intf = gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=examples)
|
| 18 |
intf.launch(inline=False)
|