Plsek commited on
Commit
fce8ed0
·
1 Parent(s): 4c80278

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ if uploaded_file is not None:
149
  pred = np.rot90(pred, -j)
150
  y_pred += pred / 4
151
 
152
- np.save(y_pred, "pred.npy")
153
 
154
  if detect or bool(threshold):
155
  y_pred = np.load("pred.npy")
 
149
  pred = np.rot90(pred, -j)
150
  y_pred += pred / 4
151
 
152
+ np.save("pred.npy", y_pred)
153
 
154
  if detect or bool(threshold):
155
  y_pred = np.load("pred.npy")