Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ if uploaded_zip_file is not None:
|
|
45 |
except subprocess.CalledProcessError as e:
|
46 |
print(f"Error while running the script: {e}")
|
47 |
|
48 |
-
temp_dir = "/home/user/app/C2C/
|
49 |
|
50 |
os.makedirs(temp_dir, exist_ok=True)
|
51 |
full_path = os.path.abspath(temp_dir)
|
|
|
45 |
except subprocess.CalledProcessError as e:
|
46 |
print(f"Error while running the script: {e}")
|
47 |
|
48 |
+
temp_dir = "/home/user/app/C2C/temp_dicom_dir"
|
49 |
|
50 |
os.makedirs(temp_dir, exist_ok=True)
|
51 |
full_path = os.path.abspath(temp_dir)
|