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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def transformation(image):
42
  print("ok2")
43
  prednumpy=preds.detach().numpy()
44
  print('pnump',type(prednumpy))
45
- print('predtype',preds)
46
  print('ok3')
47
 
48
  return prednumpy
 
42
  print("ok2")
43
  prednumpy=preds.detach().numpy()
44
  print('pnump',type(prednumpy))
45
+ print('predtype',type(preds))
46
  print('ok3')
47
 
48
  return prednumpy