iamsubrata commited on
Commit
11642a7
1 Parent(s): 9937034

Update app/bird_species.py

Browse files
Files changed (1) hide show
  1. app/bird_species.py +1 -1
app/bird_species.py CHANGED
@@ -11,7 +11,7 @@ from fastai.learner import load_learner
11
  def upload_photo(model=None, vocab=None, key=None):
12
  options = st.multiselect("**List of all the birds species used for trainng the model. Outside this, the model shall give wrong predictions.**",
13
  vocab,
14
- vocab[:8],
15
  key="birds_detector 1")
16
  st.text(f"Your selection: {options}")
17
 
 
11
  def upload_photo(model=None, vocab=None, key=None):
12
  options = st.multiselect("**List of all the birds species used for trainng the model. Outside this, the model shall give wrong predictions.**",
13
  vocab,
14
+ vocab[150:156],
15
  key="birds_detector 1")
16
  st.text(f"Your selection: {options}")
17