Spaces:
Sleeping
Sleeping
Commit
·
f41288c
1
Parent(s):
5c80898
updated description
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def classify(img):
|
|
12 |
|
13 |
|
14 |
title = "Psilocybe classifier"
|
15 |
-
description = "~83 percent accurate"
|
16 |
image = gr.Image()
|
17 |
label= gr.outputs.Label()
|
18 |
examples=['psilocybe.jpg']
|
|
|
12 |
|
13 |
|
14 |
title = "Psilocybe classifier"
|
15 |
+
description = "~83 percent accurate model. Please do not consume unknown mushrooms based on this app"
|
16 |
image = gr.Image()
|
17 |
label= gr.outputs.Label()
|
18 |
examples=['psilocybe.jpg']
|