Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def files_cleanup(path_: str):
|
|
49 |
shutil.rmtree(PREDICTION_PATH)
|
50 |
|
51 |
|
52 |
-
@st.cache_resource
|
53 |
def get_upload_path():
|
54 |
upload_file_path = os.path.join('.', 'uploads')
|
55 |
if not os.path.exists(upload_file_path):
|
|
|
49 |
shutil.rmtree(PREDICTION_PATH)
|
50 |
|
51 |
|
52 |
+
# @st.cache_resource
|
53 |
def get_upload_path():
|
54 |
upload_file_path = os.path.join('.', 'uploads')
|
55 |
if not os.path.exists(upload_file_path):
|