lvwerra HF Staff commited on
Commit
f06f7e1
·
1 Parent(s): 62d1d53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import hf_hub_download
3
  import json
4
  import gzip
5
 
6
- filepath = hf_hub_download(repo_id="bigcode/the-stack-username-to-repo", filename="username_to_repo.json.gz", repo_type="dataset")
7
 
8
  with gzip.open(filepath, 'r') as f:
9
  usernames = json.loads(f.read().decode('utf-8'))
 
3
  import json
4
  import gzip
5
 
6
+ filepath = hf_hub_download(repo_id="bigcode/the-stack-username-to-repo", filename="username_to_repo.json.gz", repo_type="dataset", revision="v1.1")
7
 
8
  with gzip.open(filepath, 'r') as f:
9
  usernames = json.loads(f.read().decode('utf-8'))