Kev09 commited on
Commit
d9dba4b
1 Parent(s): 28d254a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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