lvwerra HF staff commited on
Commit
9205f25
Β·
1 Parent(s): 24e8ad5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import json
6
  import time
7
 
8
 
9
- @st.cache(allow_output_mutation=True)
10
  def load_all_usernames():
11
  filepath = hf_hub_download(repo_id="bigcode/the-stack-username-to-repo", filename="username_to_repo_full.json.gz", repo_type="dataset")
12
 
 
6
  import time
7
 
8
 
9
+ @st.experimental_memo
10
  def load_all_usernames():
11
  filepath = hf_hub_download(repo_id="bigcode/the-stack-username-to-repo", filename="username_to_repo_full.json.gz", repo_type="dataset")
12