Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,6 @@ def load_generation_count_from_dataset():
|
|
| 83 |
return INITIAL_GENERATION_COUNT
|
| 84 |
|
| 85 |
# Try to download counter file from dataset repo
|
| 86 |
-
# force_download=True ensures we always get the latest value
|
| 87 |
filepath = hf_hub_download(
|
| 88 |
repo_id=COUNTER_REPO,
|
| 89 |
filename=COUNTER_FILENAME,
|
|
|
|
| 83 |
return INITIAL_GENERATION_COUNT
|
| 84 |
|
| 85 |
# Try to download counter file from dataset repo
|
|
|
|
| 86 |
filepath = hf_hub_download(
|
| 87 |
repo_id=COUNTER_REPO,
|
| 88 |
filename=COUNTER_FILENAME,
|