Spaces:
Sleeping
Sleeping
jaifar530
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -168,9 +168,9 @@ def check_and_download_files():
|
|
168 |
for file_name in missing_files:
|
169 |
st.write(file_name)
|
170 |
|
171 |
-
if not has_internet_connection():
|
172 |
-
|
173 |
-
|
174 |
|
175 |
try:
|
176 |
headers = {
|
|
|
168 |
for file_name in missing_files:
|
169 |
st.write(file_name)
|
170 |
|
171 |
+
# if not has_internet_connection():
|
172 |
+
# st.write("No internet connection. Cannot download missing files.")
|
173 |
+
# return
|
174 |
|
175 |
try:
|
176 |
headers = {
|