Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,6 @@ st.write("Upload a ZIP file containing DICOM slices to view the images.")
|
|
19 |
|
20 |
@st.cache_resource
|
21 |
def install_dependencies():
|
22 |
-
if not install_script_executed:
|
23 |
command = "chmod +x install.sh"
|
24 |
try:
|
25 |
subprocess.run(command, shell=True, check=True)
|
|
|
19 |
|
20 |
@st.cache_resource
|
21 |
def install_dependencies():
|
|
|
22 |
command = "chmod +x install.sh"
|
23 |
try:
|
24 |
subprocess.run(command, shell=True, check=True)
|