Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ _, col, _ = st.columns([bordersize, 3, bordersize])
|
|
138 |
# if os.path.exists("pred.npy"): os.system("rm pred.npy")
|
139 |
# os.system("rm -r predictions")
|
140 |
# os.system("rm predictions.zip Views")
|
141 |
-
|
142 |
|
143 |
with col:
|
144 |
st.markdown("# Cavity Detection Tool")
|
|
|
138 |
# if os.path.exists("pred.npy"): os.system("rm pred.npy")
|
139 |
# os.system("rm -r predictions")
|
140 |
# os.system("rm predictions.zip Views")
|
141 |
+
os.system("mkdir -p predictions")
|
142 |
|
143 |
with col:
|
144 |
st.markdown("# Cavity Detection Tool")
|