ksvmuralidhar commited on
Commit
238743c
·
verified ·
1 Parent(s): 8ae5b50

Update app.py

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