Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ if uploaded_zip_file is not None:
|
|
129 |
|
130 |
except Exception as e:
|
131 |
st.error(f"Error: {str(e)}")
|
132 |
-
finally:
|
133 |
-
|
134 |
|
135 |
st.write("Upload a ZIP file containing DICOM slices to view the images.")
|
|
|
129 |
|
130 |
except Exception as e:
|
131 |
st.error(f"Error: {str(e)}")
|
132 |
+
# finally:
|
133 |
+
# shutil.rmtree(temp_dir)
|
134 |
|
135 |
st.write("Upload a ZIP file containing DICOM slices to view the images.")
|