Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,6 +44,7 @@ def transformation(image):
|
|
44 |
print('pnump',type(prednumpy))
|
45 |
print('predtype',type(preds))
|
46 |
print('ok3')
|
|
|
47 |
|
48 |
return prednumpy
|
49 |
|
|
|
44 |
print('pnump',type(prednumpy))
|
45 |
print('predtype',type(preds))
|
46 |
print('ok3')
|
47 |
+
prednumpy = np.squeeze(prednumpy)
|
48 |
|
49 |
return prednumpy
|
50 |
|