Plsek commited on
Commit
cff35fb
·
1 Parent(s): 00a6a9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ st.set_page_config(page_title="Cavity Detection Tool", layout="wide")
152
  bordersize = 0.45
153
  _, col, _ = st.columns([bordersize, 3, bordersize])
154
 
155
- if os.path.exists("predictions.zip"): os.system("rm -r predictions ; rm predictions.zip")
156
  os.system("mkdir -p predictions")
157
 
158
  with col:
 
152
  bordersize = 0.45
153
  _, col, _ = st.columns([bordersize, 3, bordersize])
154
 
155
+ # if os.path.exists("predictions.zip"): os.system("rm -r predictions ; rm predictions.zip")
156
  os.system("mkdir -p predictions")
157
 
158
  with col: