Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def display_dicom_image(selected_slice, dicom_files):
|
|
29 |
if uploaded_zip_file is not None:
|
30 |
try:
|
31 |
# Create a temporary directory to unzip the files
|
32 |
-
temp_dir = "temp_dicom_dir"
|
33 |
os.makedirs(temp_dir, exist_ok=True)
|
34 |
|
35 |
st.write(f"Temporary directory path: {temp_dir}")
|
|
|
29 |
if uploaded_zip_file is not None:
|
30 |
try:
|
31 |
# Create a temporary directory to unzip the files
|
32 |
+
temp_dir = "Comp2Comp-main/temp_dicom_dir"
|
33 |
os.makedirs(temp_dir, exist_ok=True)
|
34 |
|
35 |
st.write(f"Temporary directory path: {temp_dir}")
|