Spaces:
Build error
Build error
Commit
·
4d358dc
1
Parent(s):
fdc5f47
Upload app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def classify_image(img):
|
|
| 19 |
|
| 20 |
image = gr.inputs.Image(shape=(192,192))
|
| 21 |
label = gr.outputs.Label()
|
| 22 |
-
examples = ['Number_3.
|
| 23 |
|
| 24 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 25 |
intf.launch(inline=False)
|
|
|
|
| 19 |
|
| 20 |
image = gr.inputs.Image(shape=(192,192))
|
| 21 |
label = gr.outputs.Label()
|
| 22 |
+
examples = ['Number_3.png', 'Number_5.png']
|
| 23 |
|
| 24 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 25 |
intf.launch(inline=False)
|