andrewzamp commited on
Commit
fb6d3d4
·
1 Parent(s): 86c1b79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import gradio as gr
10
  model = load_model('models/ConvNeXtBase_80_tresh_spp.tf')
11
 
12
  # Load the taxonomy .csv
13
- taxo_df = pd.read_csv('taxonomy/taxonomy_mapping.csv', sep=';')
14
  taxo_df['species'] = taxo_df['species'].str.replace('_', ' ')
15
 
16
  # Available taxonomic levels
 
10
  model = load_model('models/ConvNeXtBase_80_tresh_spp.tf')
11
 
12
  # Load the taxonomy .csv
13
+ taxo_df = pd.read_csv('taxonomy/taxonomy_mapping.csv')
14
  taxo_df['species'] = taxo_df['species'].str.replace('_', ' ')
15
 
16
  # Available taxonomic levels