Plsek commited on
Commit
5332a80
·
1 Parent(s): 905881e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def decompose_cavity(pred, th2=0.7, amin=10):
106
 
107
  return cavities
108
 
109
- np.save("pred.npy", y_pred)
110
 
111
  # If file is uploaded, read in the data and plot it
112
  if uploaded_file is not None:
 
106
 
107
  return cavities
108
 
109
+ np.save("pred.npy", np.zeros((128,128)))
110
 
111
  # If file is uploaded, read in the data and plot it
112
  if uploaded_file is not None: