Commit
·
4633480
1
Parent(s):
9f72132
more descriptive description
Browse files
app.py
CHANGED
@@ -44,7 +44,11 @@ def predict_plant(path):
|
|
44 |
|
45 |
# describe the model
|
46 |
title = "Leaftracker Interactive Model"
|
47 |
-
description = "
|
|
|
|
|
|
|
|
|
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(
|