AdritRao commited on
Commit
0cf4827
·
1 Parent(s): ccef849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)