Tolga commited on
Commit
5a36fee
β€’
1 Parent(s): b4f5557

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,10 +5,10 @@ title = 'Sea Animals Classification'
5
  description = '''
6
  With this Spaces, you can classify 19 different sea animals with uploading their pictures or using examples given below.
7
 
8
- Here are the list of animals into this model. 'corals','crabs','dolphin','eel','jelly fish','lobster','nudibranchs','octopus','penguin','puffers','sea rays','sea urchins','seahorse','seal','sharks','squid','starfish','turtle_tortoise','whale'
9
 
10
- Source of training dataset : https://www.kaggle.com/datasets/vencerlanz09/sea-animals-image-dataste
11
- You can gather information about how this model is trained : https://www.kaggle.com/code/tolgakurtulus/sea-animals-classification-with-fastai
12
 
13
  Enjoy it! 🐟
14
  '''
 
5
  description = '''
6
  With this Spaces, you can classify 19 different sea animals with uploading their pictures or using examples given below.
7
 
8
+ Here are the list of animals into this model. 'corals', 'crabs', 'dolphin', 'eel', 'jelly fish', 'lobster', 'nudibranchs', 'octopus', 'penguin', 'puffers', 'sea rays', 'sea urchins', 'seahorse', 'seal', 'sharks', 'squid', 'starfish', 'turtle_tortoise', 'whale'
9
 
10
+ <br>Source of training dataset : https://www.kaggle.com/datasets/vencerlanz09/sea-animals-image-dataste
11
+ <br>You can gather information about how this model is trained : https://www.kaggle.com/code/tolgakurtulus/sea-animals-classification-with-fastai
12
 
13
  Enjoy it! 🐟
14
  '''