Hanna Hjelmeland commited on
Commit
4877bf2
1 Parent(s): 2f01d97

Alter path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
7
  def is_cat(x): return x[0].isupper()
8
 
9
  # Cell
10
- learn = load_learner('ai-academy-group7/models/plant_or_flower_model.pkl')
11
 
12
  # Cell
13
  categories = ('Flower', 'Plant')
 
7
  def is_cat(x): return x[0].isupper()
8
 
9
  # Cell
10
+ learn = load_learner('models/plant_or_flower_model.pkl')
11
 
12
  # Cell
13
  categories = ('Flower', 'Plant')