Spaces:
Sleeping
Sleeping
Brought back the force
Browse files- mgr_biases.py +1 -1
mgr_biases.py
CHANGED
@@ -207,7 +207,7 @@ def get_bias_json(filepath: str):
|
|
207 |
print(f"File path: {filepath} -> {filename}")
|
208 |
try:
|
209 |
hf_hub_download(
|
210 |
-
|
211 |
repo_type="dataset",
|
212 |
repo_id=DATASET_REPO_ID,
|
213 |
filename=filepath,
|
|
|
207 |
print(f"File path: {filepath} -> {filename}")
|
208 |
try:
|
209 |
hf_hub_download(
|
210 |
+
force_download=True, # to get updates of the dataset
|
211 |
repo_type="dataset",
|
212 |
repo_id=DATASET_REPO_ID,
|
213 |
filename=filepath,
|