Spaces:
Sleeping
Sleeping
Commit
·
df8457a
1
Parent(s):
b256e19
fixed messaging
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 = "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']
|