michaelapplydesign commited on
Commit
db1433d
·
1 Parent(s): 8a5a456
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -44,6 +44,9 @@ def predict(input_img1,
44
  )
45
  retList.append(result_image)
46
 
 
 
 
47
  return retList
48
 
49
 
 
44
  )
45
  retList.append(result_image)
46
 
47
+ while (len(retList)<10):
48
+ retList.append(None)
49
+
50
  return retList
51
 
52