Spaces:
Sleeping
Sleeping
Commit
·
2cf3b3c
1
Parent(s):
0921dad
message
Browse files
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 |
-
|
| 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))
|