Update app.py
Browse files
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",
|
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:
|