yourusername commited on
Commit
fb7e2da
·
1 Parent(s): 50a1cad

:construction: wip

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,6 +9,6 @@ st.title("Spaces LFS Workflow")
9
  if os.environ.get("DO_DOWNLOAD_CACHE") and 'cache_is_downloaded' not in st.session_state:
10
  with st.spinner("Downloading cache..."):
11
  repo = Repository(local_dir="cache_dir", clone_from='nateraw/fairface', repo_type='dataset')
12
- st.write(os.listdir('.'))
13
- st.write(os.listdir('./cache_dir'))
14
 
 
 
 
9
  if os.environ.get("DO_DOWNLOAD_CACHE") and 'cache_is_downloaded' not in st.session_state:
10
  with st.spinner("Downloading cache..."):
11
  repo = Repository(local_dir="cache_dir", clone_from='nateraw/fairface', repo_type='dataset')
 
 
12
 
13
+ st.write(os.listdir('.'))
14
+ st.write(os.listdir('./cache_dir'))