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

Colab update - fix lint

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def classify(im):
20
 
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,
 
20
 
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,