jaifar530 commited on
Commit
b172de1
·
unverified ·
1 Parent(s): 6651264

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,8 +97,8 @@ for filename, url in file_urls.items():
97
  except Exception as e:
98
  st.write(f"Failed to download {filename}: {e}")
99
  exit(1)
100
- else:
101
- st.write(f"File {filename} already exists. Skipping download.")
102
  ############ download ridge and ExtraTree stuff
103
 
104
  file_names = [
 
97
  except Exception as e:
98
  st.write(f"Failed to download {filename}: {e}")
99
  exit(1)
100
+ # else:
101
+ # st.write(f"File {filename} already exists. Skipping download.")
102
  ############ download ridge and ExtraTree stuff
103
 
104
  file_names = [