neerajprad commited on
Commit
a7166c0
1 Parent(s): 99c4e70

Colab update - fix classify

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def classify(im):
22
  interface = gr.Interface(
23
  title="Leaf Spot Classifier",
24
  description="Classify the leaf into one of: angular_leaf_spot, bean_rust, healthy",
25
- examples="examples",
26
  cache_examples=False,
27
  fn=classify,
28
  inputs=gr.Image(shape=(224, 224)),
 
22
  interface = gr.Interface(
23
  title="Leaf Spot Classifier",
24
  description="Classify the leaf into one of: angular_leaf_spot, bean_rust, healthy",
25
+ examples=["examples/healthy_test.15.jpg", "examples/angular_leaf_spot_test.0.jpg", "examples/bean_rust_test.32.jpg"],
26
  cache_examples=False,
27
  fn=classify,
28
  inputs=gr.Image(shape=(224, 224)),