michaelapplydesign commited on
Commit
dec23e7
1 Parent(s): 59e722f

fix num_of_images

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -52,10 +52,6 @@ def predict(input_img1,
52
  num_of_images=num_of_images,
53
  resolution=resolution
54
  )
55
- # add the rest up to 10
56
- while (len(retList)<10):
57
- retList.append(None)
58
-
59
  return retList
60
 
61
 
 
52
  num_of_images=num_of_images,
53
  resolution=resolution
54
  )
 
 
 
 
55
  return retList
56
 
57