bobalbrecht commited on
Commit
7d198bf
1 Parent(s): 3ab519b
Files changed (2) hide show
  1. app.py +1 -1
  2. models/README.MD +0 -0
app.py CHANGED
@@ -25,7 +25,7 @@ categories = (
25
  image = gr.inputs.Image(shape=(192,192))
26
  label = gr.outputs.Label()
27
 
28
- learn = load_learner(model_path/'cloudmodel.pk1')
29
  examples = [image_path / f"{c}.jpg" for c in categories]
30
 
31
  def classify_image(img):
 
25
  image = gr.inputs.Image(shape=(192,192))
26
  label = gr.outputs.Label()
27
 
28
+ learn = load_learner(model_path/'cloudmodel.pkl')
29
  examples = [image_path / f"{c}.jpg" for c in categories]
30
 
31
  def classify_image(img):
models/README.MD ADDED
File without changes