andrewzamp commited on
Commit
e418fd6
·
1 Parent(s): a7d3963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from tensorflow.keras.applications.convnext import preprocess_input
7
  import gradio as gr
8
 
9
  # Load the model
10
- model = load_model('models/NEW_ConvNeXtBase.tf')
11
 
12
  # Load the taxonomy .csv
13
  taxo_df = pd.read_csv('taxonomy/taxonomy_mapping.csv')
 
7
  import gradio as gr
8
 
9
  # Load the model
10
+ model = load_model('models/NEW_ConvNeXtBase')
11
 
12
  # Load the taxonomy .csv
13
  taxo_df = pd.read_csv('taxonomy/taxonomy_mapping.csv')