Vishu26 commited on
Commit
3c43ea2
·
1 Parent(s): 3f0099e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ species = np.load("data/species_70b.npy", allow_pickle=True)
58
  clas = np.load("data/class_70b.npy", allow_pickle=True)
59
  order = np.load("data/order_70b.npy", allow_pickle=True)
60
  #genus = np.load("genus_70b.npy")
61
- family = np.load("data/family_70b.npy")
62
 
63
  species_list = list(species[()].keys())
64
  class_list = list(clas[()].keys())
 
58
  clas = np.load("data/class_70b.npy", allow_pickle=True)
59
  order = np.load("data/order_70b.npy", allow_pickle=True)
60
  #genus = np.load("genus_70b.npy")
61
+ family = np.load("data/family_70b.npy", allow_pickle=True)
62
 
63
  species_list = list(species[()].keys())
64
  class_list = list(clas[()].keys())