littlebird13 commited on
Commit
f689fb8
1 Parent(s): 53bf559

Update python/0_download_files.py

Browse files
Files changed (1) hide show
  1. python/0_download_files.py +1 -1
python/0_download_files.py CHANGED
@@ -12,7 +12,7 @@ os.makedirs("public", exist_ok=True)
12
 
13
  # URLs of the files to download
14
  urls = [
15
- "https://huggingface.co/datasets/cfahlgren1/hub-stats/resolve/30a45204b61dcfa567d8e3fa883340339630be12/models.parquet?download=true",
16
  "https://huggingface.co/datasets/cfahlgren1/hub-stats/resolve/main/datasets.parquet?download=true",
17
  "https://huggingface.co/datasets/cfahlgren1/hub-stats/resolve/main/spaces.parquet?download=true"
18
  ]
 
12
 
13
  # URLs of the files to download
14
  urls = [
15
+ "https://huggingface.co/datasets/cfahlgren1/hub-stats/resolve/main/models.parquet?download=true",
16
  "https://huggingface.co/datasets/cfahlgren1/hub-stats/resolve/main/datasets.parquet?download=true",
17
  "https://huggingface.co/datasets/cfahlgren1/hub-stats/resolve/main/spaces.parquet?download=true"
18
  ]