Ahsen Khaliq
commited on
Commit
•
806d3da
1
Parent(s):
8d80f1b
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def inferernce(img):
|
|
25 |
pred = mm(image_input)
|
26 |
pred_np = pred.numpy()
|
27 |
|
28 |
-
|
29 |
|
30 |
result = {}
|
31 |
|
|
|
25 |
pred = mm(image_input)
|
26 |
pred_np = pred.numpy()
|
27 |
|
28 |
+
pred_names = keras.applications.imagenet_utils.decode_predictions(pred.numpy())[0]
|
29 |
|
30 |
result = {}
|
31 |
|