BenBurke commited on
Commit
fb28818
1 Parent(s): 86fc6bd

update to old model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def classify_image(img):
9
  return dict(zip(plant_type, map(float,probs)))
10
 
11
  # %%
12
- learn = load_learner('model_4_24_23.pkl')
13
 
14
  # %%
15
  image = gr.inputs.Image(shape=(192,192))
 
9
  return dict(zip(plant_type, map(float,probs)))
10
 
11
  # %%
12
+ learn = load_learner('model_1.pkl')
13
 
14
  # %%
15
  image = gr.inputs.Image(shape=(192,192))