AdritRao commited on
Commit
6138273
·
1 Parent(s): 94ed658

Update app.py

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