Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def files_cleanup(path_: str):
|
|
84 |
shutil.rmtree(PREDICTION_PATH)
|
85 |
|
86 |
|
87 |
-
@st.cache_resource
|
88 |
def get_upload_path():
|
89 |
if not os.path.exists(UPLOAD_PATH):
|
90 |
os.makedirs(UPLOAD_PATH)
|
|
|
84 |
shutil.rmtree(PREDICTION_PATH)
|
85 |
|
86 |
|
87 |
+
# @st.cache_resource
|
88 |
def get_upload_path():
|
89 |
if not os.path.exists(UPLOAD_PATH):
|
90 |
os.makedirs(UPLOAD_PATH)
|