ksvmuralidhar commited on
Commit
6984dd2
1 Parent(s): f0d53ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def files_cleanup(path_: str):
111
  shutil.rmtree(PREDICTION_PATH)
112
 
113
 
114
- @st.cache_resource
115
  def get_upload_path():
116
  upload_file_path = os.path.join('.', 'uploads')
117
  if not os.path.exists(upload_file_path):
 
111
  shutil.rmtree(PREDICTION_PATH)
112
 
113
 
114
+ # @st.cache_resource
115
  def get_upload_path():
116
  upload_file_path = os.path.join('.', 'uploads')
117
  if not os.path.exists(upload_file_path):