andrewzamp commited on
Commit
52b259c
·
1 Parent(s): d90b96b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ model = load_model('models/NEW_ConvNeXtBase')
13
  taxo_df = pd.read_csv('taxonomy/taxonomy_mapping.csv')
14
  taxo_df['species'] = taxo_df['species'].str.replace('_', ' ')
15
 
16
- # Available taxonomic levels
17
  taxonomic_levels = ['species', 'genus', 'family', 'order', 'class']
18
 
19
  # Function to map predicted class index to class name at the selected taxonomic level
 
13
  taxo_df = pd.read_csv('taxonomy/taxonomy_mapping.csv')
14
  taxo_df['species'] = taxo_df['species'].str.replace('_', ' ')
15
 
16
+ # Available taxonomic levels for prediction
17
  taxonomic_levels = ['species', 'genus', 'family', 'order', 'class']
18
 
19
  # Function to map predicted class index to class name at the selected taxonomic level