ArturG9 commited on
Commit
6a41ac9
·
verified ·
1 Parent(s): 59209f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,7 +21,7 @@ interface = gr.Interface(
21
  outputs=gr.Label(),
22
  examples=['Amanita.jpg'],
23
  allow_flagging='never',
24
- title='Bear classifier',
25
- description='Model trained to classify four types of bearsblack, giant panda, red panda and polar.'
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)