Spaces:
Runtime error
Runtime error
edthecoder
commited on
Commit
•
47ff0a2
1
Parent(s):
3537852
Update description
Browse files
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/
|
7 |
-
|
|
|
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 |
|