lukelike1001 commited on
Commit
1f32fd0
1 Parent(s): 0fc83e6

Update app.py

Browse files

slight description change

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def predict_plant(path):
32
  return confidences
33
 
34
  # describe the model
35
- title = "Leaftracker Interactive Model"
36
  description = """Leaftracker is an image classification model that differentiates toxic plants from their
37
  non-toxic look-alikes. Built on TensorFlow, this interactive model has been ported to
38
  Hugging Face as a web application. For further documentation, check out the Github
 
32
  return confidences
33
 
34
  # describe the model
35
+ title = "LeafTracker Interactive Model"
36
  description = """Leaftracker is an image classification model that differentiates toxic plants from their
37
  non-toxic look-alikes. Built on TensorFlow, this interactive model has been ported to
38
  Hugging Face as a web application. For further documentation, check out the Github