Spaces:
Sleeping
Sleeping
jaifar530
commited on
Update app.py
Browse files
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 |
-
|
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 = [
|