Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import json
|
|
6 |
import time
|
7 |
|
8 |
|
9 |
-
@st.
|
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 |
|