MikeTrizna commited on
Commit
3705c46
·
1 Parent(s): 16e1552

Added new title and description

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Racemose Classifier
3
  emoji: 🌸
4
  colorFrom: blue
5
  colorTo: gray
 
1
  ---
2
+ title: Image classification of four major lineages in the plum genus
3
  emoji: 🌸
4
  colorFrom: blue
5
  colorTo: gray
app.py CHANGED
@@ -26,8 +26,8 @@ demo = gr.Interface(predict,
26
  gr.Image(type="numpy"),
27
  outputs="label",
28
  examples=example_list,
29
- description="Upload a digitized herbarium sheet, or choose one of the examples below",
30
- title="Image Classification of Diploid or Racemose Plants",
31
  article=article)
32
 
33
  demo.launch()
 
26
  gr.Image(type="numpy"),
27
  outputs="label",
28
  examples=example_list,
29
+ description="This model can place herbarium sheet images from the genus Prunus into one of four categories that represent key clades within the genus: Solitary/Corymbose, Temperate Racemose, Neotropical Racemose, Paleotropical Racemose.",
30
+ title="Image classification of four major lineages in the plum genus",
31
  article=article)
32
 
33
  demo.launch()