Spaces:
Sleeping
Sleeping
RandomCatLover
commited on
Commit
•
712c19c
1
Parent(s):
2e6883a
Added sample
Browse files- AppleCedarRust3.jpg +0 -0
- app.py +1 -1
AppleCedarRust3.jpg
ADDED
app.py
CHANGED
@@ -37,4 +37,4 @@ def classify_image(inp):
|
|
37 |
gr.Interface(fn=classify_image,
|
38 |
inputs=gr.Image(shape=(224, 224)),
|
39 |
outputs=gr.Label(num_top_classes=3),
|
40 |
-
examples=["TomatoHealthy2.jpg", "TomatoYellowCurlVirus3.jpg"]).launch()
|
|
|
37 |
gr.Interface(fn=classify_image,
|
38 |
inputs=gr.Image(shape=(224, 224)),
|
39 |
outputs=gr.Label(num_top_classes=3),
|
40 |
+
examples=["TomatoHealthy2.jpg", "TomatoYellowCurlVirus3.jpg", "AppleCedarRust3.jpg"]).launch()
|