Spaces:
Build error
Build error
8uydz commited on
Commit ·
0fec52c
1
Parent(s): 099b055
add test images
Browse files- app.py +1 -1
- convnext_tiny_for_paddy_disease.pkl +0 -3
app.py
CHANGED
|
@@ -30,7 +30,7 @@ gr.components
|
|
| 30 |
|
| 31 |
image = gr.inputs.Image(shape=(192, 192))
|
| 32 |
label = gr.outputs.Label()
|
| 33 |
-
examples = []
|
| 34 |
|
| 35 |
intf = gr.Interface(fn=tensor2labels, inputs=image, outputs=label, examples=examples)
|
| 36 |
intf.launch()
|
|
|
|
| 30 |
|
| 31 |
image = gr.inputs.Image(shape=(192, 192))
|
| 32 |
label = gr.outputs.Label()
|
| 33 |
+
examples = ['test.jpg', 'test1.jpg','test2.jpg','test3.jpg']
|
| 34 |
|
| 35 |
intf = gr.Interface(fn=tensor2labels, inputs=image, outputs=label, examples=examples)
|
| 36 |
intf.launch()
|
convnext_tiny_for_paddy_disease.pkl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:21108e26fc28b570167b86d997c35c57720e178548f78904403e5a20716dda26
|
| 3 |
-
size 115015237
|
|
|
|
|
|
|
|
|
|
|
|