Spaces:
Sleeping
Sleeping
Commit
·
4c55d48
1
Parent(s):
1833acd
changed message
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def classify(img):
|
|
13 |
|
14 |
|
15 |
title = "Psilocybe classifier"
|
16 |
-
description = "~
|
17 |
image = gr.Image()
|
18 |
label= gr.Label()
|
19 |
examples=['psilocybe.jpg']
|
|
|
13 |
|
14 |
|
15 |
title = "Psilocybe classifier"
|
16 |
+
description = "~85 percent accurate model. Please do not consume unknown mushrooms based on this app. With a more accurate model this could complement a harm minimization approach."
|
17 |
image = gr.Image()
|
18 |
label= gr.Label()
|
19 |
examples=['psilocybe.jpg']
|