Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ if uploaded_zip_file is not None:
|
|
30 |
try:
|
31 |
# Create a temporary directory to unzip the files
|
32 |
|
33 |
-
temp_dir = "/home/user/app/Comp2Comp/temp_dicom_dir"
|
34 |
|
35 |
os.makedirs(temp_dir, exist_ok=True)
|
36 |
full_path = os.path.abspath(temp_dir)
|
|
|
30 |
try:
|
31 |
# Create a temporary directory to unzip the files
|
32 |
|
33 |
+
temp_dir = "/home/user/app/C2C/Comp2Comp/temp_dicom_dir"
|
34 |
|
35 |
os.makedirs(temp_dir, exist_ok=True)
|
36 |
full_path = os.path.abspath(temp_dir)
|