Spaces:
Build error
Build error
Update python/0_download_files.py
Browse files
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/
|
| 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 |
]
|