neerajprad commited on
Commit
bb65d6b
·
1 Parent(s): 2e576c3

Colab update - fix lint

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def classify(im):
21
 
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
  fn=classify,
27
  inputs=gr.Image(shape=(224, 224)),
 
21
 
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
  fn=classify,
27
  inputs=gr.Image(shape=(224, 224)),