evijit HF Staff commited on
Commit
e795e46
·
verified ·
1 Parent(s): fc18dbd

Update hub_download.py

Browse files
Files changed (1) hide show
  1. hub_download.py +2 -2
hub_download.py CHANGED
@@ -6,8 +6,8 @@ from git import Repo
6
 
7
  # --- CONFIGURATION ---
8
  REPO_URL="https://huggingface.co/datasets/cfahlgren1/hub-stats"
9
- FILE_PATH="spaces.parquet"
10
- DEST_DIR="weekly_snapshots/spaces"
11
  CLONE_DIR="temp_repo"
12
  # ----------------------
13
 
 
6
 
7
  # --- CONFIGURATION ---
8
  REPO_URL="https://huggingface.co/datasets/cfahlgren1/hub-stats"
9
+ FILE_PATH="<item>.parquet"
10
+ DEST_DIR="weekly_snapshots/<item>"
11
  CLONE_DIR="temp_repo"
12
  # ----------------------
13