lukelike1001 commited on
Commit
4633480
·
1 Parent(s): 9f72132

more descriptive description

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -44,7 +44,11 @@ def predict_plant(path):
44
 
45
  # describe the model
46
  title = "Leaftracker Interactive Model"
47
- description = "Image Classification Model For Identifying Toxic Plants from their Non-Toxic Look-Alikes"
 
 
 
 
48
 
49
  # launch the app
50
  app = gr.Interface(
 
44
 
45
  # describe the model
46
  title = "Leaftracker Interactive Model"
47
+ description = """Leaftracker is an image classification model that differentiates toxic plants from their
48
+ non-toxic look-alikes. Built on TensorFlow, this interactive model has been ported to
49
+ Hugging Face as a web application. For further documentation, check out the Github
50
+ repository at https://github.com/lukelike1001/LeafTracker, and the project's info
51
+ page at https://lukelike1001.github.io/leaf.html."""
52
 
53
  # launch the app
54
  app = gr.Interface(