edthecoder commited on
Commit
47ff0a2
1 Parent(s): 3537852

Update description

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -3,8 +3,9 @@ from gradio import Interface
3
  from gradio.components import Image, Label
4
 
5
  TITLE = "Chicken Breed Classifier"
6
- DESCRIPTION = """A chicken breed classifier trained using the dataset here: https://www.kaggle.com/datasets/abdalnassir/chicken-breeds.\n
7
- Due to the limitations of the data, only the following breeds are currently recognised: American Gamefowl, Sapphire Gem, Speckled Sussex, Wyandotte, chick (all chicks recognised as 'Chick').
 
8
  """
9
  EXAMPLES = ["wyandotte.jpg"]
10
 
3
  from gradio.components import Image, Label
4
 
5
  TITLE = "Chicken Breed Classifier"
6
+ DESCRIPTION = """A chicken breed classifier trained using the dataset here: https://www.kaggle.com/datasets/edkenthazledine/chicken-breeds
7
+ There are many breeds of chicken, and getting lots of pictures of them is hard!
8
+ This can identify (to varying degrees of accuracy, the model is ~90% accurate): American Gamefowl, Australorp, Burford Brown, Crevecoeur, Derbyshire Redcap, Easter Egger, Light Sussex, Sapphire Gem, Speckled Sussex, Wyandotte
9
  """
10
  EXAMPLES = ["wyandotte.jpg"]
11