Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
ba88b04
1
Parent(s):
14933d0
make sure votes is synced with offline
Browse files- utils/vote_logger.py +1 -0
utils/vote_logger.py
CHANGED
@@ -19,6 +19,7 @@ hub_votes = hf_hub_download(
|
|
19 |
filename="vote_details.csv",
|
20 |
repo_type="dataset",
|
21 |
revision="main",
|
|
|
22 |
)
|
23 |
|
24 |
df = pd.read_csv(hub_votes)
|
|
|
19 |
filename="vote_details.csv",
|
20 |
repo_type="dataset",
|
21 |
revision="main",
|
22 |
+
force_download=True,
|
23 |
)
|
24 |
|
25 |
df = pd.read_csv(hub_votes)
|