ksvmuralidhar commited on
Commit
4df32c2
·
verified ·
1 Parent(s): a7ee50e

Update app.py

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