averageandyyy commited on
Commit
2cf3b3c
·
1 Parent(s): 0921dad
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def classify_images(img):
17
  pred,idx,probs = model.predict(img)
18
  return dict(zip(categories, map(float,probs)))
19
 
20
- classify_images(im)
21
 
22
  # %% Bear Classifier (model uploaded).ipynb 6
23
  image = gr.inputs.Image(shape=(192, 192))
 
17
  pred,idx,probs = model.predict(img)
18
  return dict(zip(categories, map(float,probs)))
19
 
20
+
21
 
22
  # %% Bear Classifier (model uploaded).ipynb 6
23
  image = gr.inputs.Image(shape=(192, 192))