Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ interface = gr.Interface(
|
|
| 21 |
outputs=gr.Label(),
|
| 22 |
examples=['Amanita.jpg'],
|
| 23 |
allow_flagging='never',
|
| 24 |
-
title='
|
| 25 |
-
description='Model trained to classify
|
| 26 |
)
|
| 27 |
interface.launch(share=False, inline=False)
|
|
|
|
| 21 |
outputs=gr.Label(),
|
| 22 |
examples=['Amanita.jpg'],
|
| 23 |
allow_flagging='never',
|
| 24 |
+
title='European Mushroom Common Genus Image Classifier',
|
| 25 |
+
description='Model trained to classify nine types of european mushroom common genus image classifier — Entoloma, Suillus, Hygrocybe, Agaricus, Amanita, Lactarius, Russula,Boletus,Cortinarius.'
|
| 26 |
)
|
| 27 |
interface.launch(share=False, inline=False)
|